| 
            
              SecureFormExceptionHandler Property
             | 
          
        
        
            Gets or sets exception handler for secure form.
            
        
        Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.258-beta
Syntaxpublic Action<Exception> ExceptionHandler { get; set; }Public Property ExceptionHandler As Action(Of Exception)
	Get
	Set
public:
property Action<Exception^>^ ExceptionHandler {
	Action<Exception^>^ get ();
	void set (Action<Exception^>^ value);
}member ExceptionHandler : Action<Exception> with get, set
function get_ExceptionHandler();
function set_ExceptionHandler(value);
 View SourceProperty Value
ActionException
See Also