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

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

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

Same methods

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