ArcFM Server Developer Guide
OnError Method


Syntax
'Declaration
 
Sub OnError( _
   ByVal pXHR As FreeThreadedXMLHTTP60, _
   ByVal hrError As Integer _
) 
'Usage
 
Dim instance As IXMLHTTPRequest2Callback
Dim pXHR As FreeThreadedXMLHTTP60
Dim hrError As Integer
 
instance.OnError(pXHR, hrError)
void OnError( 
   FreeThreadedXMLHTTP60 pXHR,
   int hrError
)

Parameters

pXHR
hrError
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

IXMLHTTPRequest2Callback Interface
IXMLHTTPRequest2Callback Members

 

 


Send Comment