Describes the Alert severity.
| C# | Visual Basic | Visual C++ |
public enum SeverityType
Public Enumeration SeverityType
public enum class SeverityType
| Member | Description |
|---|---|
| Error |
A problem that has already occurred which has thrown an exception.
|
| Warning |
A problem that has already occurred which is less sever then an error.
|
| Information |
Information regarding a positive action. Not currently used.
|
| Message |
Categorizes a message sent by the administrator to the agents. Not currently used.
|