public event EventHandler<EventArgs<Guid, Exception>> SendClientDataException
Public Event SendClientDataException As EventHandler(Of EventArgs(Of Guid, Exception))
public:
virtual event EventHandler<EventArgs<Guid, Exception^>^>^ SendClientDataException {
void add (EventHandler<EventArgs<Guid, Exception^>^>^ value);
void remove (EventHandler<EventArgs<Guid, Exception^>^>^ value);
}
function add_SendClientDataException(value);
function remove_SendClientDataException(value);