StatusMessage Property
StatusMessage
A short textual description of the status.
C#
string StatusMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This intended to displayed to the end-user, when an unhandled error occurs. Programs should use Status for normal flow control.