dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Exception Class / Message Property

In This Topic
    Message Property (DB2Exception)
    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