Class ErrorType
Describes the message is an error or information.
Inheritance
System.Object
ErrorType
Namespace: BoldReports.UI.Xaml
Assembly: BoldReports.UWP.dll
Syntax
public sealed class ErrorType : Enum
Fields
Error
Indicates the message is an error.
Declaration
public const ErrorType Error
Field Value
| Type | Description |
|---|---|
| ErrorType | Use this type for messages that describe failures or issues that need attention. |
Info
Indicates the message is informational.
Declaration
public const ErrorType Info
Field Value
| Type | Description |
|---|---|
| ErrorType | Use this type for messages that provide general information or statuses that do not indicate an error. |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |