Click or drag to resize
IConnectionListenerConnectionErrorReceivingMessage Method
This API is preliminary and subject to change.
An event that occurs when there is an an error while receiving a message.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
void ConnectionErrorReceivingMessage(
	ConnectionErrorReceivingMessageEvent event
)

Parameters

event
Type: MongoDB.Driver.Core.EventsConnectionErrorReceivingMessageEvent
The event.
See Also