ValidationException Constructor (String, String, Exception) | 
  
    Namespace: 
   SD.LLBLGen.Pro.Core.Exceptions
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic ValidationException(
	string errorMessage,
	string propertyName,
	Exception innerException
)
Public Sub New ( 
	errorMessage As String,
	propertyName As String,
	innerException As Exception
)
Parameters
- errorMessage
 - Type: SystemString
The error message. - propertyName
 - Type: SystemString
Name of the property. - innerException
 - Type: SystemException
The inner exception. 
See Also