ErrorMessage Property
The error message returned when any of the steps prior to command execution fail.
Syntax
[VB.NET] Public ReadOnlyProperty ErrorMessage As String
[C#] public string ErrorMessage {get;}
Remarks
This error message is returned on a separate connection associated with error messages.
This property is read-only.
Default Value
""