Table of Contents

Class InvalidParameterException

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

You provided an invalid value for a parameter.

public class InvalidParameterException : AmazonSecretsManagerException
Inheritance
InvalidParameterException

Constructors

InvalidParameterException(Exception)

Construct instance of InvalidParameterException

public InvalidParameterException(Exception innerException)

Parameters

innerException Exception

InvalidParameterException(string)

Constructs a new InvalidParameterException with the specified error message.

public InvalidParameterException(string message)

Parameters

message string

Describes the error encountered.

InvalidParameterException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidParameterException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidParameterException(string, Exception)

Construct instance of InvalidParameterException

public InvalidParameterException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidParameterException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidParameterException

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