Class InvalidNextTokenException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
You provided an invalid
NextTokenpublic class InvalidNextTokenException : AmazonSecretsManagerException- Inheritance
- 
      
      
      InvalidNextTokenException
Constructors
InvalidNextTokenException(Exception)
Construct instance of InvalidNextTokenException
public InvalidNextTokenException(Exception innerException)Parameters
- innerExceptionException
InvalidNextTokenException(string)
Constructs a new InvalidNextTokenException with the specified error message.
public InvalidNextTokenException(string message)Parameters
- messagestring
- Describes the error encountered. 
InvalidNextTokenException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidNextTokenException
public InvalidNextTokenException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)Parameters
- messagestring
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode
InvalidNextTokenException(string, Exception)
Construct instance of InvalidNextTokenException
public InvalidNextTokenException(string message, Exception innerException)Parameters
InvalidNextTokenException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidNextTokenException
public InvalidNextTokenException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)Parameters
- messagestring
- innerExceptionException
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode