WarTornLands.Infrastructure.PropertyNotFoundException.PropertyNotFoundException C# (CSharp) Method

PropertyNotFoundException() public method

public PropertyNotFoundException ( string propertyName ) : System
propertyName string
return System
        public PropertyNotFoundException(string propertyName)
            : base("Property " + propertyName + " not found.")
        {
        }
PropertyNotFoundException