ValidationError Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ValidationError class.
ValidationError(ValidationRule, Object) |
Initializes a new instance of the ValidationError class with the specified parameters. |
ValidationError(ValidationRule, Object, Object, Exception) |
Initializes a new instance of the ValidationError class with the specified parameters. |
Initializes a new instance of the ValidationError class with the specified parameters.
public:
ValidationError(System::Windows::Controls::ValidationRule ^ ruleInError, System::Object ^ bindingInError);
public ValidationError(System.Windows.Controls.ValidationRule ruleInError, object bindingInError);
new System.Windows.Controls.ValidationError : System.Windows.Controls.ValidationRule * obj -> System.Windows.Controls.ValidationError
Public Sub New (ruleInError As ValidationRule, bindingInError As Object)
Parameters
- ruleInError
- ValidationRule
The rule that detected validation error.
- bindingInError
- Object
The BindingExpression or MultiBindingExpression object with the validation error.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Initializes a new instance of the ValidationError class with the specified parameters.
public:
ValidationError(System::Windows::Controls::ValidationRule ^ ruleInError, System::Object ^ bindingInError, System::Object ^ errorContent, Exception ^ exception);
public ValidationError(System.Windows.Controls.ValidationRule ruleInError, object bindingInError, object errorContent, Exception exception);
new System.Windows.Controls.ValidationError : System.Windows.Controls.ValidationRule * obj * obj * Exception -> System.Windows.Controls.ValidationError
Public Sub New (ruleInError As ValidationRule, bindingInError As Object, errorContent As Object, exception As Exception)
Parameters
- ruleInError
- ValidationRule
The rule that detected validation error.
- bindingInError
- Object
The BindingExpression or MultiBindingExpression object with the validation error.
- errorContent
- Object
Information about the error.
- exception
- Exception
The exception that caused the validation failure. This parameter is optional and can be set to null
.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: