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

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

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

Same methods

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