Amazon.DataPipeline.Model.TaskNotFoundException.TaskNotFoundException C# (CSharp) Метод

TaskNotFoundException() публичный Метод

Construct instance of TaskNotFoundException
public TaskNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public TaskNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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