Class AmazonCryptoException
- Namespace
- Amazon.Extensions.S3.Encryption
- Assembly
- Amazon.Extensions.S3.Encryption.dll
Exception thrown by the SDK for errors that occur within the SDK for crypto operations.
[Serializable]
public class AmazonCryptoException : Exception, ISerializable, _Exception
- Inheritance
-
AmazonCryptoException
- Implements
Constructors
AmazonCryptoException(string)
public AmazonCryptoException(string message)
Parameters
message
string
AmazonCryptoException(string, Exception)
public AmazonCryptoException(string message, Exception innerException)