InvalidNumericLengthException

Thrown when a numeric value does not conform to the maximum length of integers and decimals digits.

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

Constructors

InvalidNumericLengthException

Initializes a new instance of InvalidNumericLengthException.

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

InvalidNumericLengthException

Initializes a new instance of InvalidNumericLengthException.

Signature:
public Void InvalidNumericLengthException(property, integers, decimals, src)
Parameters
Name Type Summary
property String Property name.
integers Int32 Maximum integer digits.
decimals Int32 Maximum decimal digits.
src String Source code reference.

In this document