Table of Contents

Class AWSCommonRuntimeException

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Exception thrown for issues related to the AWS Common Runtime (CRT)

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

Constructors

AWSCommonRuntimeException(string)

Initializes a new instance of an AWSCommonRuntimeException

public AWSCommonRuntimeException(string message)

Parameters

message string

The message that desribes the error

AWSCommonRuntimeException(string, Exception)

Initializes a new instance of an AWSCommonRuntimeException

public AWSCommonRuntimeException(string message, Exception innerException)

Parameters

message string

The message that desribes the error

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.