메소드 | 설명 | |
---|---|---|
ConstantException ( ) : System |
Default empty constructor
|
|
ConstantException ( string message ) : System |
Constructor with message parameter
|
|
ConstantException ( string message, |
Constructor with message and inner exception
|
public ConstantException ( string message ) : System | ||
message | string | Exception message |
리턴 | System |
public ConstantException ( string message, |
||
message | string | Exception message |
innerException | Inner exception | |
리턴 | System |