Table of Contents

Class AmazonAccountIdException

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Base exception for AccountId error.

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

Constructors

AmazonAccountIdException()

Construct an instance of AmazonAccountIdException

public AmazonAccountIdException()

AmazonAccountIdException(string)

Construct an instance of AmazonAccountIdException

public AmazonAccountIdException(string message)

Parameters

message string

The error message that explains the reason for the exception.

AmazonAccountIdException(string, Exception)

Construct an instance of AmazonAccountIdException

public AmazonAccountIdException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.