Method | Description | |
---|---|---|
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 engineMode ) : System |
Initializes a new instance of the JsException class
|
|
JsException ( string message, string engineMode, |
Initializes a new instance of the JsException class
|
Method | Description | |
---|---|---|
JsException ( |
Initializes a new instance of the JsException class with serialized data
|
Method | Description | |
---|---|---|
GetObjectData ( |
protected JsException ( |
||
info | The object that holds the serialized data | |
context | The contextual information about the source or destination | |
return | System |
public JsException ( string message ) : System | ||
message | string | The message that describes the error |
return | 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 | |
return | System |
public JsException ( string message, string engineMode ) : System | ||
message | string | The error message that explains the reason for the exception |
engineMode | string | Name of JS engine mode |
return | System |
public JsException ( string message, string engineMode, |
||
message | string | The error message that explains the reason for the exception |
engineMode | string | Name of JS engine mode |
innerException | The exception that is the cause of the current exception | |
return | System |