BaseValidationError Constructors
Contains settings that define a validation error.Name | Parameters | Description |
---|---|---|
BaseValidationError() | none | Initializes a new instance of the BaseValidationError class with the default settings. |
BaseValidationError(Object, Exception, ErrorType) | errorContent, exception, errorType | Initializes a new instance of the BaseValidationError class with the specified error content, exception and error type. |
BaseValidationError(Object, Exception) | errorContent, exception | Initializes a new instance of the BaseValidationError class with the specified error content and exception. |
BaseValidationError(Object) | errorContent | Initializes a new instance of the BaseValidationError class with the specified error content. |
See Also