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(string)

public SignatureException(string message)

Parameters

message string

SignatureException(string, Exception)

public SignatureException(string message, Exception innerException)

Parameters

message string
innerException Exception