public event EventHandler<EventArgs<Exception>> ReceiveDataException
Public 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);