Amazon.AWSMarketplaceMetering.Model.InvalidTokenException.InvalidTokenException C# (CSharp) Метод

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

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

Same methods

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