Severity levels attached to system output messages.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
public enum OutputSeverityLevel |
| Visual Basic (Declaration) |
|---|
Public Enumeration OutputSeverityLevel |
| Visual C++ |
|---|
public enum class OutputSeverityLevel |
Members
| Member name | Description | |
|---|---|---|
| Error |
Generates a message with a severity type of Error.
| |
| Warning |
Generates a message with a severity type of Warning.
| |
| Informational |
Generates a message with a severity type of Informational.
| |
| NoSeverity |
Generates a message without a severity assignment.
|