public event EventHandler<EventArgs<Exception>> ReceiveDataExceptionPublic Event ReceiveDataException As EventHandler(Of EventArgs(Of Exception))public:
virtual 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);