Occurs when an Exception is encountered during connection attempt to a device.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public 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); }
Remarks
Argument1()()()() is the exception that occured during the connection attempt.
Argument2()()()() is the number of connections attempted so far.
Argument2()()()() is the number of connections attempted so far.