Message Property (OracleError)
Gets a message that describes the current exception.
'Declaration
Public ReadOnly Property Message As String
public string Message {get;}
Property Value
The error message that explains the reason for the exception, or an empty string ("").