메소드 | 설명 | |
---|---|---|
ActiveScriptException ( string message ) : System |
Initializes a new instance of the ActiveScriptException class with a specified error message
|
|
ActiveScriptException ( string message, |
Initializes a new instance of the ActiveScriptException class with a specified error message and a reference to the inner exception that is the cause of this exception
|
메소드 | 설명 | |
---|---|---|
ActiveScriptException ( |
Initializes a new instance of the ActiveScriptException class with serialized data
|
|
Create ( IActiveScriptError error ) : |
||
GetObjectData ( |
public ActiveScriptException ( string message ) : System | ||
message | string | The message |
리턴 | System |
public ActiveScriptException ( string message, |
||
message | string | The message |
innerException | The inner exception | |
리턴 | System |