Method | Description | |
---|---|---|
MongoConnectionException ( |
Initializes a new instance of the MongoConnectionException class (this overload supports deserialization).
|
|
MongoConnectionException ( string message ) : System |
Initializes a new instance of the MongoConnectionException class.
|
|
MongoConnectionException ( string message, |
Initializes a new instance of the MongoConnectionException class.
|
public MongoConnectionException ( |
||
info | The SerializationInfo. | |
context | The StreamingContext. | |
return | System |
public MongoConnectionException ( string message ) : System | ||
message | string | The error message. |
return | System |
public MongoConnectionException ( string message, |
||
message | string | The error message. |
innerException | The inner exception. | |
return | System |