Amazon.ConfigService.Model.InsufficientDeliveryPolicyException.InsufficientDeliveryPolicyException C# (CSharp) Метод

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

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

Same methods

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