Edit

Share via


ErrorCode.ErrorCategory(Int32) Method

Definition

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.

Applies to