Click or drag to resize

ErrorLoggerExceptionToScreenshot Method

Takes a screenshot of the user's desktop when the Exception is encountered.

Namespace: GSF.Windows.ErrorManagement
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.181-beta
Syntax
protected virtual void ExceptionToScreenshot(
	Exception exception
)
View Source

Parameters

exception  Exception
Exception that was encountered.
See Also