ErrorLogEntry(Exception) Constructor

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

Definition

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public ErrorLogEntry(
	Exception sourceException
)

Parameters

sourceException  Exception
The exception to use for information

See Also