C#
VB
C++
The severity of the message.
public enum Severity
Public Enum Severity
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class Severity : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Emergency | The system is unusable. |
1 | Alert | (0x0000000E)Action must be taken immediately. |
2 | Critical | Critical condition. |
3 | Error | There is an error condition. |
4 | Warning | There is a warning condition. |
5 | Notice | There is a normal but significant condition. |
6 | Informational | Information message. |
7 | Debug | Debug-level message. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET