Table of Contents

Constructor MongoProxyConnectionException

Namespace
MongoDB.Driver.Core
Assembly
MongoDB.Driver.dll

MongoProxyConnectionException(string, Exception)

Initializes a new instance of the MongoProxyConnectionException class.

public MongoProxyConnectionException(string message, Exception exception)

Parameters

message string

The error message.

exception Exception

The inner exception.