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
Derived
Inherited Members

Constructors

AmazonClientException(string)

public AmazonClientException(string message)

Parameters

message string

AmazonClientException(string, Exception)

public AmazonClientException(string message, Exception innerException)

Parameters

message string
innerException Exception