Amazon.DataPipeline.Model.TaskNotFoundException.TaskNotFoundException C# (CSharp) Method

TaskNotFoundException() public method

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

Same methods

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