public event EventHandler<EventArgs<Exception>> SendDataExceptionPublic Event SendDataException As EventHandler(Of EventArgs(Of Exception))public:
virtual event EventHandler<EventArgs<Exception^>^>^ SendDataException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}function add_SendDataException(value);
function remove_SendDataException(value);