메소드 | 설명 | |
---|---|---|
JsException ( string message ) : System |
Initializes a new instance of the JsException class with a specified error message
|
|
JsException ( string message, |
Initializes a new instance of the JsException class with a specified error message and a reference to the inner exception that is the cause of this exception
|
|
JsException ( string message, string engineName, string engineVersion ) : System |
Initializes a new instance of the JsException class
|
|
JsException ( string message, string engineName, string engineVersion, |
Initializes a new instance of the JsException class
|
메소드 | 설명 | |
---|---|---|
JsException ( |
Initializes a new instance of the JsException class with serialized data
|
메소드 | 설명 | |
---|---|---|
GetObjectData ( |
protected JsException ( |
||
info | The object that holds the serialized data | |
context | The contextual information about the source or destination | |
리턴 | System |
public JsException ( string message ) : System | ||
message | string | The message that describes the error |
리턴 | System |
public JsException ( string message, |
||
message | string | The error message that explains the reason for the exception |
innerException | The exception that is the cause of the current exception | |
리턴 | System |
public JsException ( string message, string engineName, string engineVersion ) : System | ||
message | string | The error message that explains the reason for the exception |
engineName | string | Name of JS engine |
engineVersion | string | Version of original JS engine |
리턴 | System |
public JsException ( string message, string engineName, string engineVersion, |
||
message | string | The error message that explains the reason for the exception |
engineName | string | Name of JS engine |
engineVersion | string | Version of original JS engine |
innerException | The exception that is the cause of the current exception | |
리턴 | System |