Responder Developer Guide
HandlerError Event


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

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

PropertyDescription
Exception  
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