메소드 | 설명 | |
---|---|---|
UnboundVariableException ( |
Initializes an exception with the specified variable
|
|
UnboundVariableException ( |
Initializes an exception with the specified variable and message
|
|
UnboundVariableException ( |
Initializes an exception with the specified variable, message, and inner exception
|
public UnboundVariableException ( |
||
variable | The unbound variable | |
리턴 | System |
public UnboundVariableException ( |
||
variable | The unbound variable | |
message | string | The message that describes the error |
리턴 | System |
public UnboundVariableException ( |
||
variable | The unbound variable | |
message | string | The message that describes the error |
inner | The exception that is the cause of this exception | |
리턴 | System |