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

In This Topic
    Message Property (DB2Error)
    In This Topic
    Gets a short description of the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    public string Message {get;}

    Property Value

    A description of the error.
    See Also