Table of Contents

Class InvalidParameterValueException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Indicates that a request parameter does not comply with the associated constraints.

public class InvalidParameterValueException : AmazonSimpleNotificationServiceException
Inheritance
InvalidParameterValueException

Constructors

InvalidParameterValueException(Exception)

Construct instance of InvalidParameterValueException

public InvalidParameterValueException(Exception innerException)

Parameters

innerException Exception

InvalidParameterValueException(string)

Constructs a new InvalidParameterValueException with the specified error message.

public InvalidParameterValueException(string message)

Parameters

message string

Describes the error encountered.

InvalidParameterValueException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidParameterValueException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidParameterValueException(string, Exception)

Construct instance of InvalidParameterValueException

public InvalidParameterValueException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidParameterValueException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidParameterValueException

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