|   | MultiProtocolFrameParserConnectionException Event | 
        
        
            Occurs when an Exception is encountered during connection attempt to a device.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler<EventArgs<Exception, int>> ConnectionException
Public Event ConnectionException As EventHandler(Of EventArgs(Of Exception, Integer))
public:
 event EventHandler<EventArgs<Exception^, int>^>^ ConnectionException {
	void add (EventHandler<EventArgs<Exception^, int>^>^ value);
	void remove (EventHandler<EventArgs<Exception^, int>^>^ value);
}member ConnectionException : IEvent<EventHandler<EventArgs<Exception, int>>,
    EventArgs<Exception, int>>function add_ConnectionException(value);
function remove_ConnectionException(value);
Value
EventHandlerEventArgsException, 
Int32 Remarks
RemarksArgument1 is the exception that occurred during the connection attempt.
Argument2 is the number of connections attempted so far.
            
  See Also
See Also