ErrorMessage Property
The error message returned by the server along with the ExitStatus .
Syntax
[VB.NET] Public ReadOnlyProperty ErrorMessage As String
[C#] public string ErrorMessage {get;}
Remarks
After executing a command through Execute or by setting Command, the server will send a notification containing the ExitStatus of the command. The server may also send a textual representation of that code, which will be stored in ErrorMessage.
This property is read-only.
Default Value
""