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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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