Amazon.CodePipeline.Model.InvalidNonceException.InvalidNonceException C# (CSharp) Method

InvalidNonceException() public method

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

Same methods

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