Click or drag to resize

IConnectionExceptionHandlerHandleExceptionOnOpen Method

Handles the exception raised during connection open.

Namespace:  MongoDB.Driver.Core.ConnectionPools
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
void HandleExceptionOnOpen(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception.
See Also