NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLException.Class

Gets the severity level of the error returned from the SQL Server adapter.

[Visual Basic]
Public ReadOnly Property Class As Byte
[C#]
public byte Class {get;}
[C++]
public: __property unsigned char get_Class();
[JScript]
public function get Class() : Byte;

Property Value

The severity of the error.

Remarks

This is a wrapper for the Class property of the first SQLError in the Errors property.

See Also

SQLException Class | SQLException Members | System.Data.SQL Namespace | Number | Source | State | Server | Message | Procedure | LineNumber