Traces the specified exception and message at the Error trace level.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
void Exception(
	Exception exception,
	string message
)
Visual Basic
Sub Exception ( _
	exception As Exception, _
	message As String _
)

Parameters

exception
Type: System..::..Exception
The exception to trace. Inner exceptions will also be traced.
message
Type: System..::..String
The trace message.

See Also