MissingMandatoryPropertyException

Thrown when a mandatory property is missing.

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

Constructors

MissingMandatoryPropertyException

Creates a new instance of MissingMandatoryPropertyException.

Signature:
public Void MissingMandatoryPropertyException(property, requiredMessage, src)
Parameters
Name Type Summary
property String Name of the validated property.
requiredMessage String Required message.
src String Source code reference.

In this document