Skip to main content

BaseValidationError.Exception Property

Gets the exception.

Namespace: DevExpress.Xpf.Editors.Validation

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

#Declaration

public Exception Exception { get; }

#Property Value

Type Description
Exception

A Exception object that contains information about the error.

See Also