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

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

Constructs a new CanceledJobIdException with the specified error message.
private CanceledJobIdException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        internal CanceledJobIdException(string message) 
            : base(message) {}
          

Same methods

CanceledJobIdException::CanceledJobIdException ( Exception innerException ) : 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