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

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

Construct instance of InsufficientDeliveryPolicyException
public InsufficientDeliveryPolicyException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InsufficientDeliveryPolicyException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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