Table of Contents

Class AmazonSecretsManagerException

Namespace
Amazon.SecretsManager
Assembly
AWSSDK.SecretsManager.dll

Common exception for the SecretsManager service.

public class AmazonSecretsManagerException : AmazonServiceException
Inheritance
AmazonSecretsManagerException
Derived

Constructors

AmazonSecretsManagerException(Exception)

Construct instance of AmazonSecretsManagerException

public AmazonSecretsManagerException(Exception innerException)

Parameters

innerException Exception

AmazonSecretsManagerException(string)

Construct instance of AmazonSecretsManagerException

public AmazonSecretsManagerException(string message)

Parameters

message string

AmazonSecretsManagerException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonSecretsManagerException

public AmazonSecretsManagerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonSecretsManagerException(string, Exception)

Construct instance of AmazonSecretsManagerException

public AmazonSecretsManagerException(string message, Exception innerException)

Parameters

message string
innerException Exception

AmazonSecretsManagerException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonSecretsManagerException

public AmazonSecretsManagerException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode