MessageCategory 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.
Category of the message to be logged
public enum class MessageCategory
public enum MessageCategory
type MessageCategory =
Public Enum MessageCategory
- Inheritance
-
MessageCategory
Fields
Name | Value | Description |
---|---|---|
Information | 0 | An information message |
Warning | 1 | A warning message |
Error | 2 | An error message |