ComponentInfoGetErrors Method

Note: This API is now obsolete.
Joins the messages in Errors collection by the specified separator.

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 string GetErrors(
	string errorSeparator = null
)

Parameters

errorSeparator  String  (Optional)
Separator to insert between error messages or to use NewLine.

Return Value

String
Error messages joined by errorSeparator if they are present or Empty if error messages are absent.

Implements

IComponentInfoGetErrors(String)

See Also