Skip to main content
A newer version of this page is available. .

BaseValidationError.Exception Property

Gets the exception.

Namespace: DevExpress.Xpf.Editors.Validation

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object that contains information about the error.

See Also