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

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

private CanceledJobIdException ( Exception innerException ) : System
innerException System.Exception
Результат System
        internal CanceledJobIdException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::CanceledJobIdException ( string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
CanceledJobIdException