C# Class MongoDB.Driver.MongoConnectionException

Inheritance: MongoException
Mostrar archivo Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
MongoConnectionException ( SerializationInfo info, StreamingContext context ) : System

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, Exception innerException ) : System

Initializes a new instance of the MongoConnectionException class.

Method Details

MongoConnectionException() public method

Initializes a new instance of the MongoConnectionException class (this overload supports deserialization).
public MongoConnectionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
context System.Runtime.Serialization.StreamingContext The StreamingContext.
return System

MongoConnectionException() public method

Initializes a new instance of the MongoConnectionException class.
public MongoConnectionException ( string message ) : System
message string The error message.
return System

MongoConnectionException() public method

Initializes a new instance of the MongoConnectionException class.
public MongoConnectionException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The inner exception.
return System