Click or drag to resize

SecureFormExceptionHandler Property

Gets or sets exception handler for secure form.

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

Property Value

ActionException
See Also