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 |
Info
Indicates the message is information.
Declaration
public const ErrorType Info
Field Value
Type | Description |
---|---|
ErrorType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |