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

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.v18.2.dll

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