ComponentInfoAddException Method
Note: This API is now obsolete.
Adds error message(s) for the specified exception to
Errors.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
[ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")]
public void AddException(
Exception ex,
IErrorInfoProvider errorInfoProvider
)
<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>
Public Sub AddException (
ex As Exception,
errorInfoProvider As IErrorInfoProvider
)
public:
[ObsoleteAttribute(L"This member should be removed in the new implementation of the plug-in engine")]
void AddException(
Exception^ ex,
IErrorInfoProvider^ errorInfoProvider
)
[<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>]
member AddException :
ex : Exception *
errorInfoProvider : IErrorInfoProvider -> unit
Parameters
- ex Exception
- Exception to add the information about.
- errorInfoProvider IErrorInfoProvider
- Provider of error messages to use.