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

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

    Property Value

    The text describing the error.
    See Also