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
innerExceptionException
InvalidParameterValueException(string)
Constructs a new InvalidParameterValueException with the specified error message.
public InvalidParameterValueException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode