ArcFM Responder Mobile Developer Guide
CurrentDomain_UnhandledExceptionEventHandler Method






Syntax
'Declaration
 
Public Shared Sub CurrentDomain_UnhandledExceptionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As System.UnhandledExceptionEventArgs _
) 
'Usage
 
Dim sender As System.Object
Dim e As System.UnhandledExceptionEventArgs
 
ReplicationMain.CurrentDomain_UnhandledExceptionEventHandler(sender, e)
public static void CurrentDomain_UnhandledExceptionEventHandler( 
   System.object sender,
   System.UnhandledExceptionEventArgs e
)
public procedure CurrentDomain_UnhandledExceptionEventHandler( 
    sender: System.TObject;
    e: System.UnhandledExceptionEventArgs
); static; 
public static function CurrentDomain_UnhandledExceptionEventHandler( 
   sender : System.Object,
   e : System.UnhandledExceptionEventArgs
);
public: static void CurrentDomain_UnhandledExceptionEventHandler( 
   System.Object* sender,
   System.UnhandledExceptionEventArgs* e
) 
public:
static void CurrentDomain_UnhandledExceptionEventHandler( 
   System.Object^ sender,
   System.UnhandledExceptionEventArgs^ e
) 

Parameters

sender
e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReplicationMain Class
ReplicationMain Members

Send Feedback