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.LoggingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public ErrorLogEntry(
Exception sourceException
)
Public Sub New (
sourceException As Exception
)
public:
ErrorLogEntry(
Exception^ sourceException
)
new :
sourceException : Exception -> ErrorLogEntry
Parameters
- sourceException Exception
- The exception to use for information