Constructor ConnectionReceivingMessageFailedEvent
ConnectionReceivingMessageFailedEvent(ConnectionId, int, Exception, long?)
Initializes a new instance of the ConnectionReceivingMessageFailedEvent struct.
public ConnectionReceivingMessageFailedEvent(ConnectionId connectionId, int responseTo, Exception exception, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
responseTo
intThe id of the message we were receiving a response to.
exception
ExceptionThe exception.
operationId
long?The operation identifier.