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

ActionTypeNotFoundException() public method

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

Same methods

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