event EventHandler<EventArgs<Exception>> ReceiveDataException
Event ReceiveDataException As EventHandler(Of EventArgs(Of Exception))
event EventHandler<EventArgs<Exception^>^>^ ReceiveDataException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_ReceiveDataException(value);
function remove_ReceiveDataException(value);