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

In This Topic
    Class Property (SqlError)
    In This Topic
    Gets the severity level of the error returned from SQL Server.
    Syntax
    'Declaration
     
    Public ReadOnly Property Class As Byte
    public byte Class {get;}

    Property Value

    A value from 1 to 25 that indicates the severity level of the error.
    See Also