Amazon.ConfigService.Model.InvalidNextTokenException.InvalidNextTokenException C# (CSharp) Метод

InvalidNextTokenException() публичный Метод

Constructs a new InvalidNextTokenException with the specified error message.
public InvalidNextTokenException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidNextTokenException(string message) 
            : base(message) {}
          

Same methods

InvalidNextTokenException::InvalidNextTokenException ( Exception innerException ) : System
InvalidNextTokenException::InvalidNextTokenException ( System info, System context ) : System
InvalidNextTokenException::InvalidNextTokenException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidNextTokenException::InvalidNextTokenException ( string message, Exception innerException ) : System
InvalidNextTokenException::InvalidNextTokenException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidNextTokenException