dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlError Class / Message Property

In This Topic
    Message Property (SqlError)
    In This Topic
    Gets the text describing the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    public string Message {get;}

    Property Value

    The text describing the error.
    See Also