Amazon.DataPipeline.Model.TaskNotFoundException.TaskNotFoundException C# (CSharp) 메소드

TaskNotFoundException() 공개 메소드

Constructs a new TaskNotFoundException with the specified error message.
public TaskNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
리턴 System
        public TaskNotFoundException(string message) 
            : base(message) {}
          

Same methods

TaskNotFoundException::TaskNotFoundException ( Exception innerException ) : System
TaskNotFoundException::TaskNotFoundException ( System info, System context ) : 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