C# Class CSMongo.Exceptions.MongoTypeAlreadyRegisteredException

Thrown when attempting to register the same MongoDataType more than once
Inheritance: System.InvalidOperationException
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
MongoTypeAlreadyRegisteredException ( Type type ) : System

Throws that the requested type has already been registered

Method Details

MongoTypeAlreadyRegisteredException() public méthode

Throws that the requested type has already been registered
public MongoTypeAlreadyRegisteredException ( Type type ) : System
type System.Type
Résultat System