Method | Description | |
---|---|---|
LogicException ( ) : System |
Initializes a new instance of the LogicException class.
|
|
LogicException ( string message ) : System |
Initializes a new instance of the LogicException class.
|
|
LogicException ( string message, |
Initializes a new instance of the LogicException class.
|
Method | Description | |
---|---|---|
LogicException ( |
Initializes a new instance of the LogicException class.
|
protected LogicException ( |
||
info | The |
|
context | The |
|
return | System |
public LogicException ( string message ) : System | ||
message | string | The message. |
return | System |
public LogicException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |