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

In This Topic
    Number Property (SqlException)
    In This Topic
    Gets a number that identifies the type of error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Number As Integer
    public int Number {get;}

    Property Value

    The number that identifies the type of error.
    See Also