ArcFM Responder Mobile Developer Guide
OnProcessingException Method (UpdateDataForFeedersTask)






Exception that is handled
UpdateDataForFeedersTask processing exception handler
Syntax
'Declaration
 
Protected Overrides Sub OnProcessingException( _
   ByVal exception As System.Exception _
) 
'Usage
 
Dim instance As UpdateDataForFeedersTask
Dim exception As System.Exception
 
instance.OnProcessingException(exception)
protected override void OnProcessingException( 
   System.Exception exception
)
protected procedure OnProcessingException( 
    exception: System.Exception
); override; 
protected override function OnProcessingException( 
   exception : System.Exception
);
protected: void OnProcessingException( 
   System.Exception* exception
) override 
protected:
void OnProcessingException( 
   System.Exception^ exception
) override 

Parameters

exception
Exception that is handled
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

UpdateDataForFeedersTask Class
UpdateDataForFeedersTask Members

Send Feedback