Property | Type | Description | |
---|---|---|---|
ErrorClass | int | ||
ErrorCode | int |
Method | Description | |
---|---|---|
GetErrorString ( int errorClass, int errorCode ) : string | ||
NbtException ( int errorClass, int errorCode ) : System.IO | ||
ToString ( ) : string |
public static GetErrorString ( int errorClass, int errorCode ) : string | ||
errorClass | int | |
errorCode | int | |
return | string |
public NbtException ( int errorClass, int errorCode ) : System.IO | ||
errorClass | int | |
errorCode | int | |
return | System.IO |