Method | Description | |
---|---|---|
NoInverseException ( ) : System |
A default no inverse exception.
|
|
NoInverseException ( string message ) : System |
A no inverse exception with a custom message.
|
|
NoInverseException ( string message, |
A no inverse exception with a custom message an nested exception.
|
public NoInverseException ( string message ) : System | ||
message | string | The optional exception message. |
return | System |
public NoInverseException ( string message, |
||
message | string | The optional exception message. |
innerException | The exception which caused this exception. | |
return | System |