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

Inheritance: System.Exception
Afficher le fichier Open project: vlko/vlko

Méthodes publiques

Méthode Description
UniqueIdentException ( Type entityType, string propertyName ) : System

Initializes a new instance of the UniqueIdentException class.

Method Details

UniqueIdentException() public méthode

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.
Résultat System