Responder Developer Guide
LogConfigError Method


The error message to log.
The associated exception information.
Utility method that provides a means of outputting error information.
Syntax
'Declaration
 
Public Shared Sub LogConfigError( _
   ByVal errmsg As String, _
   ByVal exc As Exception _
) 
'Usage
 
Dim errmsg As String
Dim exc As Exception
 
CallbackRule.LogConfigError(errmsg, exc)
public static void LogConfigError( 
   string errmsg,
   Exception exc
)

Parameters

errmsg
The error message to log.
exc
The associated exception information.
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

CallbackRule Class
CallbackRule Members

 

 


Send Comment