Table of Contents

Constructor MongoEncryptionException

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.dll

MongoEncryptionException(Exception)

Initializes a new instance of the MongoEncryptionException class.

public MongoEncryptionException(Exception innerException)

Parameters

innerException Exception

The inner exception.

MongoEncryptionException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoEncryptionException class (this overload used by deserialization).

protected MongoEncryptionException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.