ArcFM Server Developer Guide
error Method (ISAXErrorHandler)


Syntax
'Declaration
 
Sub error( _
   ByVal pLocator As ISAXLocator, _
   ByRef pwchErrorMessage As UShort, _
   ByVal hrErrorCode As Integer _
) 
'Usage
 
Dim instance As ISAXErrorHandler
Dim pLocator As ISAXLocator
Dim pwchErrorMessage As UShort
Dim hrErrorCode As Integer
 
instance.error(pLocator, pwchErrorMessage, hrErrorCode)
void error( 
   ISAXLocator pLocator,
   ref ushort pwchErrorMessage,
   int hrErrorCode
)

Parameters

pLocator
pwchErrorMessage
hrErrorCode
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

ISAXErrorHandler Interface
ISAXErrorHandler Members

 

 


Send Comment