C# Class vlko.core.RavenDB.Repository.UniqueIdentException

Inheritance: System.Exception
ファイルを表示 Open project: vlko/vlko

Public Methods

Method Description
UniqueIdentException ( Type entityType, string propertyName ) : System

Initializes a new instance of the UniqueIdentException class.

Method Details

UniqueIdentException() public method

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.
return System