C# Class Plant.Core.PropertyNotFoundException

Inheritance: System.Exception
Exibir arquivo Open project: jbrechtel/plant

Public Methods

Method Description
PropertyNotFoundException ( string propertyName, object propertyValue ) : System

Method Details

PropertyNotFoundException() public method

public PropertyNotFoundException ( string propertyName, object propertyValue ) : System
propertyName string
propertyValue object
return System