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

ActionTypeNotFoundException() public method

Construct instance of ActionTypeNotFoundException
public ActionTypeNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public ActionTypeNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::ActionTypeNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ActionTypeNotFoundException