Skip to main content

MapErrorEventArgs(Exception) Constructor

Initializes a new instance of the MapErrorEventArgs class with the specified values of the event arguments.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapErrorEventArgs(
    Exception exception
)

Parameters

Name Type Description
exception Exception

A Exception class descendant object representing the raised exception.

Remarks

Instances of the MapErrorEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also