C# Class FluentNHibernate.UnknownPropertyException

Inheritance: System.Exception
Mostra file Open project: HudsonAkridge/fluent-nhibernate

Public Methods

Method Description
UnknownPropertyException ( Type classType, string propertyName ) : System

Method Details

UnknownPropertyException() public method

public UnknownPropertyException ( Type classType, string propertyName ) : System
classType System.Type
propertyName string
return System