|
ErrorLoggerExceptionToEventLog Method
|
Logs encountered Exception to the EventLog.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntaxprotected virtual void ExceptionToEventLog(
Exception exception
)
Protected Overridable Sub ExceptionToEventLog (
exception As Exception
)
protected:
virtual void ExceptionToEventLog(
Exception^ exception
)
abstract ExceptionToEventLog :
exception : Exception -> unit
override ExceptionToEventLog :
exception : Exception -> unit
function ExceptionToEventLog(exception);
View SourceParameters
- exception Exception
- Exception that was encountered.
See Also