|   | ValidityPeriodException Constructor (String, DateTime, DateTime, String, String, Boolean) | 
  
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic ValidityPeriodException(
	string message,
	DateTime validFrom,
	DateTime validTo,
	string dataObjectTypeName,
	string dataObjectDisplayName,
	bool validFromGreaterThanValidTo
)
Parameters
- message
 - Type: SystemString
 - validFrom
 - Type: SystemDateTime
The value of the valid from formatted in local time of the active user - validTo
 - Type: SystemDateTime
The value of the valid to formatted in local time of the active user - dataObjectTypeName
 - Type: SystemString
Data object type name containing the validity properties - dataObjectDisplayName
 - Type: SystemString
Display name of data object type - validFromGreaterThanValidTo
 - Type: SystemBoolean
Set to true if exception is due to valid from being greater than valid to 
See Also