Log exception on TraceWindow

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: Exception

Exception

methodName
Type: string

Method name

.NET Framework

Supported in: 4.6.2, 4.7