Table of Contents

Class AmazonClientException

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Exception thrown by the SDK for errors that occur within the SDK.

public class AmazonClientException : Exception, ISerializable
Inheritance
AmazonClientException
Implements
Inherited Members

Constructors

AmazonClientException(SerializationInfo, StreamingContext)

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

protected AmazonClientException(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).

AmazonClientException(string)

public AmazonClientException(string message)

Parameters

message string

AmazonClientException(string, Exception)

public AmazonClientException(string message, Exception innerException)

Parameters

message string
innerException Exception