C# Class MongoDB.Driver.MongoException

Inheritance: System.Exception
Afficher le fichier Open project: dannycoates/mongo-clr4-driver Class Usage Examples

Méthodes publiques

Méthode Description
MongoException ( string message ) : System
MongoException ( string message, Exception innerException ) : System

Method Details

MongoException() public méthode

public MongoException ( string message ) : System
message string
Résultat System

MongoException() public méthode

public MongoException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System