C# Class MongoDB.Driver.MongoSecurityException

Inheritance: MongoException
Afficher le fichier Open project: dannycoates/mongo-clr4-driver

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
MongoSecurityException ( string message, string username, string db ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

MongoSecurityException() public méthode

public MongoSecurityException ( string message, string username, string db ) : System
message string
username string
db string
Résultat System