C# Class MongoDB.Driver.MongoInternalException

Inheritance: MongoException
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Méthodes publiques

Méthode Description
MongoInternalException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MongoInternalException class (this overload supports deserialization).

MongoInternalException ( string message ) : System

Initializes a new instance of the MongoInternalException class.

MongoInternalException ( string message, Exception innerException ) : System

Initializes a new instance of the MongoInternalException class.

Method Details

MongoInternalException() public méthode

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

MongoInternalException() public méthode

Initializes a new instance of the MongoInternalException class.
public MongoInternalException ( string message ) : System
message string The error message.
Résultat System

MongoInternalException() public méthode

Initializes a new instance of the MongoInternalException class.
public MongoInternalException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The inner exception.
Résultat System