Method | Description | |
---|---|---|
PreconditionException ( ) : System |
Default constructor
|
|
PreconditionException ( string message ) : System |
Constructor with error message.
|
|
PreconditionException ( string message, |
Constructior with error message and inner exception.
|
Method | Description | |
---|---|---|
PreconditionException ( |
Constructor used in serialization.
|
protected PreconditionException ( |
||
info | Serialization information. | |
context | Serialization context. | |
return | System |
public PreconditionException ( string message ) : System | ||
message | string | The error message. |
return | System |
public PreconditionException ( string message, |
||
message | string | The error message. |
inner | The inner exception. | |
return | System |