MessageLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the severity level of messages displayed using the DisplayMessage(MessageLevel, String) API.
public enum MessageLevel
type MessageLevel =
Public Enum MessageLevel
- Inheritance
-
MessageLevel
Fields
Name | Value | Description |
---|---|---|
Informational | 0 | The message will be displayed as informational, typically used for general updates or non-critical messages. |
Warning | 1 | The message will be displayed as a warning, indicating a potential issue or something requiring attention. |
Error | 2 | The message will be displayed as an error, representing a significant issue or failure. |