IPluginAssemblyGetDescriptionOrErrors Method
If the
Errors collection is empty then returns
Description,
otherwise returns the error messages joined by
errorSeparator.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
string GetDescriptionOrErrors(
string errorSeparator = null
)
Function GetDescriptionOrErrors (
Optional errorSeparator As String = Nothing
) As String
String^ GetDescriptionOrErrors(
String^ errorSeparator = nullptr
)
abstract GetDescriptionOrErrors :
?errorSeparator : string
(* Defaults:
let _errorSeparator = defaultArg errorSeparator null
*)
-> string
- errorSeparator String (Optional)
- Separator to insert between error messages or to use NewLine.
String
Error messages joined by
errorSeparator if they are present or
Description if error messages are absent.
IComponentInfoGetDescriptionOrErrors(String)