ArcFM Responder Mobile Developer Guide
OnProcessingException Method (UpdateCustomerCountyRequest)






Syntax
'Declaration
 
Protected Sub OnProcessingException( _
   ByVal exception As System.Exception _
) 
'Usage
 
Dim instance As UpdateCustomerCountyRequest
Dim exception As System.Exception
 
instance.OnProcessingException(exception)
protected void OnProcessingException( 
   System.Exception exception
)
protected procedure OnProcessingException( 
    exception: System.Exception
); 
protected function OnProcessingException( 
   exception : System.Exception
);
protected: void OnProcessingException( 
   System.Exception* exception
) 
protected:
void OnProcessingException( 
   System.Exception^ exception
) 

Parameters

exception
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

UpdateCustomerCountyRequest Class
UpdateCustomerCountyRequest Members

Send Feedback