Свойство | Type | Description | |
---|---|---|---|
DPS_ERROR_NAMES | string[] | ||
ERROR_NAMES | List |
||
LEVEL1_ERROR_NAMES | string[] | ||
LEVEL2_ERROR_NAMES | string[] |
Méthode | Description | |
---|---|---|
GetErrorName ( int code ) : string |
Returns error name.
|
|
IsError ( int code ) : bool | ||
IsErrorIgnoreQuit ( int code ) : bool | ||
IsFatal ( int code ) : bool | ||
IsFatalIgnoreNeedInput ( int code ) : bool | ||
IsInterrupt ( int ecode ) : bool |
Méthode | Description | |
---|---|---|
ierrors ( ) : System |
public static GetErrorName ( int code ) : string | ||
code | int | |
Résultat | string |
public static IsErrorIgnoreQuit ( int code ) : bool | ||
code | int | |
Résultat | bool |
public static IsFatalIgnoreNeedInput ( int code ) : bool | ||
code | int | |
Résultat | bool |
public static IsInterrupt ( int ecode ) : bool | ||
ecode | int | |
Résultat | bool |
public static string[] DPS_ERROR_NAMES | ||
Résultat | string[] |
public static string[] LEVEL1_ERROR_NAMES | ||
Résultat | string[] |