Click or drag to resize

MongoEncryptionCreateCollectionException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
protected MongoEncryptionCreateCollectionException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext.
See Also