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

In This Topic
    State Property (SqlError)
    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