ApplicationUnhandledExceptionArgsHandled Property |
Gets or sets a value that indicates whether the exception is handled.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool Handled { get; set; }Public Property Handled As Boolean
Get
Set
Property Value
Boolean
Remarks
true to mark the exception as handled, which indicates that EasyMap should not process it further; otherwise, false.
See Also