Method | Description | |
---|---|---|
JsFatalException ( JsErrorCode errorCode ) : System |
Initializes a new instance of the JsFatalException class
|
|
JsFatalException ( JsErrorCode errorCode, string message ) : System |
Initializes a new instance of the JsFatalException class with a specified error message
|
Method | Description | |
---|---|---|
JsFatalException ( |
Initializes a new instance of the JsFatalException class with serialized data
|
public JsFatalException ( JsErrorCode errorCode ) : System | ||
errorCode | JsErrorCode | The error code returned |
return | System |
public JsFatalException ( JsErrorCode errorCode, string message ) : System | ||
errorCode | JsErrorCode | The error code returned |
message | string | The error message |
return | System |