Responder Developer Guide
CapturedException Event


Syntax
'Declaration
 
Public Event CapturedException As EventHandler(Of ExceptionHandlingEventArgs)
'Usage
 
Dim instance As ExceptionHandlingScope
Dim handler As EventHandler(Of ExceptionHandlingEventArgs)
 
AddHandler instance.CapturedException, handler
public event EventHandler<ExceptionHandlingEventArgs> CapturedException
Event Data

The event handler receives an argument of type ExceptionHandlingEventArgs containing data related to this event. The following ExceptionHandlingEventArgs properties provide information specific to this event.

PropertyDescription
Exception (Inherited from Miner.ExceptionEventArgs)
IsHandled  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ExceptionHandlingScope Class
ExceptionHandlingScope Members

 

 


Send Comment