Click or drag to resize

ErrorLoggerLogToScreenshot Property

Gets or sets a boolean value that indicates whether a screenshot of the user's desktop is to be taken when an Exception is logged.

Namespace: GSF.Windows.ErrorManagement
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(false)]
public bool LogToScreenshot { get; set; }
View Source

Property Value

Boolean
Remarks
This setting is ignored in Web Application and Web Service application types.
See Also