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

ApprovalAlreadyCompletedException() public method

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

Same methods

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