Constructor MongoEncryptionCreateCollectionException
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.Encryption.dll
MongoEncryptionCreateCollectionException(Exception, BsonDocument)
public MongoEncryptionCreateCollectionException(Exception innerException, BsonDocument encryptedFields)
Parameters
innerException
Exception
The inner exception.
encryptedFields
BsonDocument
The encrypted fields.
MongoEncryptionCreateCollectionException(SerializationInfo, StreamingContext)
protected MongoEncryptionCreateCollectionException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
The SerializationInfo.
context
StreamingContext
The StreamingContext.