Amazon.SecurityToken.Model.InvalidIdentityTokenException.InvalidIdentityTokenException C# (CSharp) Method

InvalidIdentityTokenException() public method

Constructs a new InvalidIdentityTokenException with the specified error message.
public InvalidIdentityTokenException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidIdentityTokenException(string message) 
            : base(message) {}
          

Same methods

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