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

InvalidIdentityTokenException() public method

Construct instance of InvalidIdentityTokenException
public InvalidIdentityTokenException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public InvalidIdentityTokenException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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