C# Class CSMongo.Exceptions.MongoTypeAlreadyRegisteredException

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

Public Methods

Method Description
MongoTypeAlreadyRegisteredException ( Type type ) : System

Throws that the requested type has already been registered

Method Details

MongoTypeAlreadyRegisteredException() public method

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