Table of Contents

Class SignatureException

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

This exception is thrown if there are problems signing the request.

public class SignatureException : SignatureException, ISerializable
Inheritance
SignatureException
Implements
Inherited Members

Constructors

SignatureException(SerializationInfo, StreamingContext)

Constructs a new instance of the SignatureException class with serialized data.

protected SignatureException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).

SignatureException(string)

public SignatureException(string message)

Parameters

message string

SignatureException(string, Exception)

public SignatureException(string message, Exception innerException)

Parameters

message string
innerException Exception