ComponentInfoAddException Method

Note: This API is now obsolete.
Adds error message(s) for the specified exception to Errors.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
[ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")]
public void AddException(
	Exception ex,
	IErrorInfoProvider errorInfoProvider
)

Parameters

ex  Exception
Exception to add the information about.
errorInfoProvider  IErrorInfoProvider
Provider of error messages to use.

See Also