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

ActionNotFoundException() public method

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

Same methods

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