dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleError Class / Message Property

In This Topic
    Message Property (OracleError)
    In This Topic
    Gets a message that describes the current exception.
    Syntax
    '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 ("").
    See Also