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