메소드 | 설명 | |
---|---|---|
JsException ( JsErrorCode errorCode ) : System |
Initializes a new instance of the JsException class
|
|
JsException ( JsErrorCode errorCode, string message ) : System |
Initializes a new instance of the JsException class with a specified error message
|
메소드 | 설명 | |
---|---|---|
JsException ( |
Initializes a new instance of the JsException class with serialized data
|
메소드 | 설명 | |
---|---|---|
GetObjectData ( |
public JsException ( JsErrorCode errorCode ) : System | ||
errorCode | JsErrorCode | The error code returned |
리턴 | System |
public JsException ( JsErrorCode errorCode, string message ) : System | ||
errorCode | JsErrorCode | The error code returned |
message | string | The error message |
리턴 | System |
protected JsException ( |
||
info | The object that holds the serialized data | |
context | The contextual information about the source or destination | |
리턴 | System |