Table of Contents

Class MongoEncryptionCreateCollectionException

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

Represents an encryption exception.

[Serializable]
public class MongoEncryptionCreateCollectionException : MongoEncryptionException, ISerializable
Inheritance
MongoEncryptionCreateCollectionException
Implements
Inherited Members

Constructors

MongoEncryptionCreateCollectionException(Exception, BsonDocument)

Initializes a new instance of the MongoEncryptionException class.

MongoEncryptionCreateCollectionException(SerializationInfo, StreamingContext)

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

Properties

EncryptedFields

The encrypted fields.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.