Method | Description | |
---|---|---|
ScriptingException ( ) : System |
Initializes a new instance of the ScriptingException class.
|
|
ScriptingException ( |
||
ScriptingException ( string message ) : System |
Initializes a new instance of the ScriptingException class.
|
|
ScriptingException ( string message, |
Initializes a new instance of the ScriptingException class.
|
public ScriptingException ( |
||
info | ||
context | ||
return | System |
public ScriptingException ( string message ) : System | ||
message | string | The message for this exception. |
return | System |
public ScriptingException ( string message, |
||
message | string | The message for this exception. |
innerException | The inner exception causing this exception. | |
return | System |