Click or drag to resize

IAnalyticsMonitorTrackException Method

Tracks an exception that has occurred.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void TrackException(
	Exception exception
)

Parameters

exception  Exception
The exception to track.
See Also