DataValidationException Constructor
Overloads
DataValidationException() | ||
DataValidationException(Type) | ||
DataValidationException(Type, IEnumerable<String>) |
DataValidationException()
Declaration
public DataValidationException()
DataValidationException(Type)
Declaration
public DataValidationException(Type validatedType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | validatedType |
DataValidationException(Type, IEnumerable<String>)
Declaration
public DataValidationException(Type validatedType, IEnumerable<string> messages)
Parameters
Type | Name | Description |
---|---|---|
System.Type | validatedType | |
System.Collections.Generic.IEnumerable<System.String> | messages |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!