Firebird ADO.NET Provider SDK Documentation - v1.7

FbError.Class Property

Gets the severity level of the error returned from Firebird.

[Visual Basic]
Public ReadOnly Property Class As Byte
[C#]
public byte Class {get;}

Property Value

A value from 1 to 25 that indicates the severity level of the error. The default is 0.

See Also

FbError Class | FirebirdSql.Data.Firebird Namespace