event EventHandler<EventArgs<Exception>> ClientConnectingException
Event ClientConnectingException As EventHandler(Of EventArgs(Of Exception))
event EventHandler<EventArgs<Exception^>^>^ ClientConnectingException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_ClientConnectingException(value);
function remove_ClientConnectingException(value);