C# Класс CSMongo.Exceptions.MongoTypeAlreadyRegisteredException

Thrown when attempting to register the same MongoDataType more than once
Наследование: System.InvalidOperationException
Показать файл Открыть проект

Открытые методы

Метод Описание
MongoTypeAlreadyRegisteredException ( Type type ) : System

Throws that the requested type has already been registered

Описание методов

MongoTypeAlreadyRegisteredException() публичный Метод

Throws that the requested type has already been registered
public MongoTypeAlreadyRegisteredException ( Type type ) : System
type System.Type
Результат System