Enum SqlCmdMessageType
- Namespace
- ItTiger.TigerQuery.Events
- Assembly
- ItTiger.TigerQuery.dll
Categorizes SQL Server messages and engine-observed exceptions.
public enum SqlCmdMessageType
Fields
Error = 5- A SQL message with severity 17 through 19.
Exception = 4- A non-SQL exception represented by the engine's synthetic severity.
FatalError = 6- A fatal SQL message with severity 20 or greater.
FatalException = 7- A TigerQueryException represented as a fatal exception message.
Info = 1- A general informational message not classified by SQL severity.
Print = 0- A
PRINTmessage or SQL message with severity zero. Raiserror = 2- A nonfatal
RAISERRORor SQL message with severity 1 through 10. Warning = 3- A SQL message with severity 11 through 16.