MongoEncryptionCreateCollectionException Constructor (SerializationInfo, StreamingContext) |
Namespace:
MongoDB.Driver.Encryption
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax protected MongoEncryptionCreateCollectionException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
new :
info : SerializationInfo *
context : StreamingContext -> MongoEncryptionCreateCollectionException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo. - context
- Type: System.Runtime.SerializationStreamingContext
The StreamingContext.
See Also