TK.LogException Method

Log exception on TraceWindow
Public Shared Sub LogException( _ 
ByVal ex As Exception, _ 
Optional ByVal methodName As String = null _ 
)
This language is not supported or no code example is available.
public static void LogException( 
Exception ex
string methodName = null 
)
This language is not supported or no code example is available.

Parameters

ex
Exception

Exception

methodName
string

Method name

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition