Exception throw by PropertyData derived objects when assigned a out of range value.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[SerializableAttribute]
public class OutOfRangePropertyValueException : EPiServerException, 
	IPropertyException

Remarks

Will translate error message to current language, default message is: "You must enter a value between {minval} and {maxval} for "{name}"".

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      EPiServer.Core..::.EPiServerException
        EPiServer.Core..::.OutOfRangePropertyValueException

See Also