프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ErrorClass | int | ||
ErrorCode | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | string |
public NbtException ( int errorClass, int errorCode ) : System.IO | ||
errorClass | int | |
errorCode | int | |
리턴 | System.IO |