|
ErrorLoggerExceptionToScreenshot Method
|
Takes a screenshot of the user's desktop when the
Exception is encountered.
Namespace: GSF.Windows.ErrorManagementAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax protected virtual void ExceptionToScreenshot(
Exception exception
)
Protected Overridable Sub ExceptionToScreenshot (
exception As Exception
)
protected:
virtual void ExceptionToScreenshot(
Exception^ exception
)
abstract ExceptionToScreenshot :
exception : Exception -> unit
override ExceptionToScreenshot :
exception : Exception -> unit
function ExceptionToScreenshot(exception);
View SourceParameters
- exception Exception
- Exception that was encountered.
See Also