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

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

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

Same methods

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