Constructor MongoEncryptionException
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.Encryption.dll
MongoEncryptionException(Exception)
Initializes a new instance of the MongoEncryptionException class.
public MongoEncryptionException(Exception innerException)
Parameters
innerExceptionExceptionThe 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
infoSerializationInfoThe SerializationInfo.
contextStreamingContextThe StreamingContext.