←Select platform

Exception(String,Exception,Dictionary<String,Object>) Method

Summary

Logs the specified entry as an exception.

Syntax

C#
VB
C++
public void Exception(  
   string source, 
   Exception e, 
   Dictionary<string,object> custom 
) 
Public Overloads Sub Exception( _ 
   ByVal source As String, _ 
   ByVal e As Exception, _ 
   ByVal custom As Dictionary(Of String,Object) _ 
) 
public: 
void Exception(  
   String^ source, 
   Exception^ e, 
   Dictionary<String^,Object^>^ custom 
) 

Parameters

source
The source of the message.

e
The Exception to log.

custom
Custom information associated with the exception.

Remarks

Exception log entries are marked as LogType.Error.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize