ErrorCode.ErrorCategory(Int32) Method
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.
Gets the error category to which the specified error code belongs.
public static Microsoft.Hpc.Scheduler.Properties.ErrorCode.Category ErrorCategory(int code);
static member ErrorCategory : int -> Microsoft.Hpc.Scheduler.Properties.ErrorCode.Category
Public Shared Function ErrorCategory (code As Integer) As ErrorCode.Category
Parameters
- code
- Int32
The error code.
Returns
The error category. For possible values, see the ErrorCode.Category enumeration.