Method | Description | |
---|---|---|
ScriptException ( ) : System |
Initializes a new ScriptException class.
|
|
ScriptException ( |
Initializes a new ScriptException class.
|
|
ScriptException ( string message ) : System |
Initializes a new ScriptException class.
|
|
ScriptException ( string message, |
Initializes a new ScriptException class.
|
public ScriptException ( |
||
serializationInfo | The SerializationInfo. | |
context | The StreamContext. | |
return | System |
public ScriptException ( string message ) : System | ||
message | string | The Message. |
return | System |
public ScriptException ( string message, |
||
message | string | The Message. |
inner | The InnerException. | |
return | System |