ValidationException Constructor (String, ValidationAttribute, Object)
.NET Framework (current version)
Initializes a new instance of the ValidationException class using a specified error message, a validation attribute, and the value of the current exception.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
new : errorMessage:string * validatingAttribute:ValidationAttribute * value:Object -> ValidationException
Parameters
- errorMessage
-
Type:
System.String
The message that states the error.
- validatingAttribute
-
Type:
System.ComponentModel.DataAnnotations.ValidationAttribute
The attribute that caused the current exception.
- value
-
Type:
System.Object
The value of the object that caused the attribute to trigger validation error.
For more information, see How to: Customize Data Field Validation in the Data Model.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Show: