Click or drag to resize

ErrorLoggerExceptionToEmail Method

Logs encountered Exception to an e-mail message.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
Syntax
protected virtual void ExceptionToEmail(
	Exception exception
)
View Source

Parameters

exception  Exception
Exception that was encountered.
See Also