C# Class MongoDB.Driver.GridFS.MongoGridFSException

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

Méthodes publiques

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

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

MongoGridFSException ( string message ) : System

Initializes a new instance of the MongoGridFSException class.

MongoGridFSException ( string message, Exception innerException ) : System

Initializes a new instance of the MongoGridFSException class.

Method Details

MongoGridFSException() public méthode

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

MongoGridFSException() public méthode

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

MongoGridFSException() public méthode

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