ArcFM Engine Developer Guide
CurrentDomain_UnhandledExceptionEventHandler Method


Syntax
'Declaration
 
Public Shared Sub CurrentDomain_UnhandledExceptionEventHandler( _
   ByVal sender As Object, _
   ByVal e As UnhandledExceptionEventArgs _
) 
'Usage
 
Dim sender As Object
Dim e As UnhandledExceptionEventArgs
 
ReplicationMain.CurrentDomain_UnhandledExceptionEventHandler(sender, e)
public static void CurrentDomain_UnhandledExceptionEventHandler( 
   object sender,
   UnhandledExceptionEventArgs e
)

Parameters

sender
e
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

ReplicationMain Class
ReplicationMain Members

 

 


Send Comment