PropertyOutOfRangeException

Thrown when a numeric property is out of range.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.ValidationException

Constructors

PropertyOutOfRangeException

Initializes a new instance of PropertyOutOfRangeException.

Signature:
public Void PropertyOutOfRangeException(msg, src)
Parameters
Name Type Summary
msg String Error message.
src String Source code reference.

PropertyOutOfRangeException

Initializes a new instance of PropertyOutOfRangeException.

Signature:
public Void PropertyOutOfRangeException(property, minVal, maxVal, src)
Parameters
Name Type Summary
property String Property name.
minVal Nullable<Double> Minimum allowed value.
maxVal Nullable<Double> Maximum allowed value.
src String Source code reference.

PropertyOutOfRangeException

Initializes a new instance of PropertyOutOfRangeException.

Signature:
public Void PropertyOutOfRangeException(property, minVal, maxVal, src)
Parameters
Name Type Summary
property String Property name.
minVal Nullable<Decimal> Minimum allowed value.
maxVal Nullable<Decimal> Maximum allowed value.
src String Source code reference.

PropertyOutOfRangeException

Initializes a new instance of PropertyOutOfRangeException.

Signature:
public Void PropertyOutOfRangeException(property, minVal, maxVal, src)
Parameters
Name Type Summary
property String Property name.
minVal Nullable<Int64> Minimum allowed value.
maxVal Nullable<Int64> Maximum allowed value.
src String Source code reference.

In this document