Table of Contents

Class LimitExceededException

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

The request failed because it would exceed one of the Secrets Manager internal limits.

public class LimitExceededException : AmazonSecretsManagerException
Inheritance
LimitExceededException

Constructors

LimitExceededException(Exception)

Construct instance of LimitExceededException

public LimitExceededException(Exception innerException)

Parameters

innerException Exception

LimitExceededException(string)

Constructs a new LimitExceededException with the specified error message.

public LimitExceededException(string message)

Parameters

message string

Describes the error encountered.

LimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of LimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

LimitExceededException(string, Exception)

Construct instance of LimitExceededException

public LimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

LimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of LimitExceededException

public LimitExceededException(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