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: 12.0.0.0
Syntax public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
true to mark the exception as handled, which indicates that EasyMap should not process it further; otherwise, false.
See Also