Method | Description | |
---|---|---|
InvariantException ( ) : System |
Invariant Exception.
|
|
InvariantException ( string message ) : System |
Invariant Exception.
|
|
InvariantException ( string message, Exception inner ) : System |
Invariant Exception.
|
public InvariantException ( string message ) : System | ||
message | string | |
return | System |
public InvariantException ( string message, Exception inner ) : System | ||
message | string | |
inner | Exception | |
return | System |