Method | Description | |
---|---|---|
UnexpectedResultsException ( string message, IConnectionDescriptor desc ) : System |
Results from an operation were not correct.
|
|
UnexpectedResultsException ( string message, IConnectionDescriptor desc, |
Results from an operation were not correct.
|
public UnexpectedResultsException ( string message, IConnectionDescriptor desc ) : System | ||
message | string | Start of the message, if you don't want to use the default. |
desc | IConnectionDescriptor | Connection descriptor we connected with. |
return | System |
public UnexpectedResultsException ( string message, IConnectionDescriptor desc, |
||
message | string | Start of the message, if you don't want to use the default. |
desc | IConnectionDescriptor | Connection descriptor we connected with. |
e | Exception that was thrown by the delegate. | |
return | System |