ComponentInfoAddError Method
Note: This API is now obsolete.
Adds an error message 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 AddError(
string errorMessage
)
<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>
Public Sub AddError (
errorMessage As String
)
public:
[ObsoleteAttribute(L"This member should be removed in the new implementation of the plug-in engine")]
void AddError(
String^ errorMessage
)
[<ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")>]
member AddError :
errorMessage : string -> unit
Parameters
- errorMessage String
- Error message to add.