C# 클래스 vlko.core.RavenDB.Repository.UniqueIdentException

상속: System.Exception
파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
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