ArcFM Engine Developer Guide
Debug(String,Object,Exception) Method


Syntax
'Declaration
 
Overloads Sub Debug( _
   ByVal name As String, _
   ByVal message As Object, _
   ByVal except As Exception _
) 
'Usage
 
Dim instance As INameLog
Dim name As String
Dim message As Object
Dim except As Exception
 
instance.Debug(name, message, except)
void Debug( 
   string name,
   object message,
   Exception except
)

Parameters

name
message
except
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

INameLog Interface
INameLog Members
Overload List

 

 


Send Comment