SerializationMessageKind 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.
An enum used to decorate messages stored in SerializationResult.
public enum class SerializationMessageKind
public enum SerializationMessageKind
type SerializationMessageKind =
Public Enum SerializationMessageKind
- Inheritance
-
SerializationMessageKind
Fields
Name | Value | Description |
---|---|---|
Debug | 0 | The message is for debugging purpose. |
Info | 1 | The message is for displaying some information to the user. |
Warning | 2 | The message is a warning for possible/non-fatal error. |
Error | 3 | The message is for fatal error that can prevent further operations from working properly. |