Skip to main content

BaseValidationError.Exception Property

Gets the exception.

Namespace: DevExpress.UI.Xaml.Editors.Native

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object that contains information about the error.

See Also