Message Property (PgSqlException)
In This Topic
Returns a string representation of the error message information.
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
public override string Message {get;}
Property Value
A string representation of the error.
See Also