Click or drag to resize

ApplicationUnhandledExceptionArgsHandled Property

Gets or sets a value that indicates whether the exception is handled.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool Handled { get; set; }

Property Value

Type: Boolean
Remarks
true to mark the exception as handled, which indicates that EasyMap should not process it further; otherwise, false.
See Also