C# Класс vlko.core.RavenDB.Repository.UniqueIdentException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
UniqueIdentException ( Type entityType, string propertyName ) : System

Initializes a new instance of the UniqueIdentException class.

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

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

Initializes a new instance of the UniqueIdentException class.
public UniqueIdentException ( Type entityType, string propertyName ) : System
entityType System.Type Type of the entity.
propertyName string Name of the property.
Результат System