Amazon.ImportExport.Model.CanceledJobIdException.CanceledJobIdException C# (CSharp) Метод

CanceledJobIdException() приватный Метод

private CanceledJobIdException ( 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
        internal CanceledJobIdException(string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, RequestId, statusCode) {}

Same methods

CanceledJobIdException::CanceledJobIdException ( Exception innerException ) : System
CanceledJobIdException::CanceledJobIdException ( string message ) : System
CanceledJobIdException::CanceledJobIdException ( string message, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
CanceledJobIdException::CanceledJobIdException ( string message, Exception innerException ) : System
CanceledJobIdException