Click or drag to resize

SecureForm.ExceptionHandler Property

Gets or sets exception handler for secure form.

Namespace: GSF.Windows.Forms
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.249-beta
Syntax
public Action<Exception> ExceptionHandler { get; set; }
View Source

Property Value

Action<Exception>
See Also