Method | Description | |
---|---|---|
JsEngineLoadException ( string message ) : System |
Initializes a new instance of the JsEngineLoadException class with a specified error message
|
|
JsEngineLoadException ( string message, |
Initializes a new instance of the JsEngineLoadException class with a specified error message and a reference to the inner exception that is the cause of this exception
|
|
JsEngineLoadException ( string message, string engineMode ) : System |
Initializes a new instance of the JsEngineLoadException class
|
|
JsEngineLoadException ( string message, string engineMode, |
Initializes a new instance of the JsEngineLoadException class
|
Method | Description | |
---|---|---|
JsEngineLoadException ( |
Initializes a new instance of the JsEngineLoadException class with serialized data
|
public JsEngineLoadException ( string message ) : System | ||
message | string | The message that describes the error |
return | System |
public JsEngineLoadException ( 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 JsEngineLoadException ( 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 JsEngineLoadException ( 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 |