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

CapabilitiesRespondedEventArgs(WmsLayerCollection, Exception) Constructor

Initializes a new instance of the CapabilitiesRespondedEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public CapabilitiesRespondedEventArgs(
    WmsLayerCollection layers,
    Exception exception
)

Parameters

Name Type Description
layers WmsLayerCollection

The WmsLayerCollection value provides available layers from a Web Map Service.

exception Exception

A Exception that has been thrown.

See Also