Click or drag to resize

ErrorLogEntry(Exception) Constructor

Creates an error log entry using information available from the passed exception including among other things Message and StackTrace.

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public ErrorLogEntry(
	Exception sourceException
)

Parameters

sourceException  Exception
The exception to use for information
See Also