ErrorPriority 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.
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
Name | Value | Description |
---|---|---|
High | 0 | Gives the error high priority. |
Low | 1 | Gives the error low priority. |