Message Property (ErrorInfo)
In This Topic
Gets or sets the main message describing the error.
Syntax
'Declaration
Public Property Message As String
public string Message {get; set;}
Property Value
A brief description of the error as a
System.String.
See Also