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

In This Topic
    State Property (SqlException)
    In This Topic
    Gets a numeric error code from SQL Server that represents an error.
    Syntax
    'Declaration
     
    Public ReadOnly Property State As Byte
    public byte State {get;}

    Property Value

    The number that represents the error code.
    See Also