Skip to main content

CapabilitiesRespondedEventArgs(WmsLayerCollection, Exception) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.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

An Exception that has been thrown.

Remarks

The CapabilitiesRespondedEventArgs class instances are automatically created, initialized, and passed to the corresponding event handlers.

See Also