|   | 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.257-beta
 Syntax
Syntaxprotected 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);
Parameters
- exception  Exception
- Exception that was encountered.
 See Also
See Also