ValidationException Constructor (String^, ValidationAttribute^, Object^)

 

Initializes a new instance of the ValidationException class using a specified error message, a validation attribute, and the value of the current exception.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
ValidationException(
	String^ errorMessage,
	ValidationAttribute^ validatingAttribute,
	Object^ value
)

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
Return to top
Show: