Constructor MongoEncryptionException
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
MongoEncryptionException(Exception)
Initializes a new instance of the MongoEncryptionException class.
public MongoEncryptionException(Exception innerException)
Parameters
innerException
ExceptionThe inner exception.
MongoEncryptionException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoEncryptionException class (this overload used by deserialization).
protected MongoEncryptionException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.