ComponentInfoAddError Method

Note: This API is now obsolete.
Adds an error message 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 AddError(
	string errorMessage
)

Parameters

errorMessage  String
Error message to add.

See Also