Amazon.Budgets.Model.ExpiredNextTokenException.ExpiredNextTokenException C# (CSharp) Метод

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

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

Same methods

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