Constructor ValidationException
- Namespace
- Innova.Data.Validation
- Assembly
- Innova.Data.dll
ValidationException(string)
Initializes a new instance of the ValidationException class with the specified error message.
public ValidationException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.