Responder Developer Guide
ErrorObject Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal objectid As String, _
   ByVal error As String, _
   ByVal eventtime As Date, _
   Optional ByVal nountype As String _
)
'Usage
 
Dim objectid As String
Dim error As String
Dim eventtime As Date
Dim nountype As String
 
Dim instance As New ErrorObject(objectid, error, eventtime, nountype)
public ErrorObject( 
   string objectid,
   string error,
   DateTime eventtime,
   string nountype
)

Parameters

objectid
error
eventtime
nountype
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

ErrorObject Class
ErrorObject Members

 

 


Send Comment