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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidParameterValueException(string, Exception)
Construct instance of InvalidParameterValueException
public InvalidParameterValueException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode