ErrorPriority Enum

Definition

Defines the error priority.

[System.Runtime.InteropServices.Guid("4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")]
public enum ErrorPriority
[<System.Runtime.InteropServices.Guid("4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")>]
type ErrorPriority = 
Public Enum ErrorPriority
Inheritance
ErrorPriority
Attributes

Fields

High 0

Gives the error high priority.

Low 1

Gives the error low priority.

Applies to