 | 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.28229
Syntaxpublic ErrorLogEntry(
Exception sourceException
)
Public Sub New (
sourceException As Exception
)
public:
ErrorLogEntry(
Exception^ sourceException
)
new :
sourceException : Exception -> ErrorLogEntryParameters
- sourceException Exception
- The exception to use for information
See Also