Class MongoEncryptionCreateCollectionException

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Encryption

Assembly

MongoDB.Driver.Encryption.dll

Represents an encryption exception.

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.