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

CapabilitiesRespondedEventArgs.Exception Property

Gets a thrown exception.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

An Exception that has been thrown.

See Also