|   | ChildProcessManagerTerminationException Event | 
        
        
            Raised when there is an exception while attempting to terminate child process.
            
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic event EventHandler<EventArgs<Exception>> TerminationException
Public Event TerminationException As EventHandler(Of EventArgs(Of Exception))
public:
 event EventHandler<EventArgs<Exception^>^>^ TerminationException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}member TerminationException : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>function add_TerminationException(value);
function remove_TerminationException(value);
Value
EventHandlerEventArgsException Remarks
Remarks
            This is currently only raised on non-Windows operating systems.
            
 See Also
See Also