BaseValidationError(Object, Exception) Constructor
In This Article
Initializes a new instance of the BaseValidationError class with the specified error content and exception.
Namespace: DevExpress.UI.Xaml.Editors.Native
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
error |
Object | A Object specifying the error content. This value is assigned to the Base |
exception | Exception | A Exception object, containing information about the error. This value is assigned to the Base |
See Also