메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public ScriptingException ( string message ) : System | ||
message | string | The message for this exception. |
리턴 | System |
public ScriptingException ( string message, |
||
message | string | The message for this exception. |
innerException | The inner exception causing this exception. | |
리턴 | System |