Amazon.ConfigService.Model.InsufficientDeliveryPolicyException.InsufficientDeliveryPolicyException C# (CSharp) Method

InsufficientDeliveryPolicyException() public method

Constructs a new InsufficientDeliveryPolicyException with the specified error message.
public InsufficientDeliveryPolicyException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InsufficientDeliveryPolicyException(string message) 
            : base(message) {}
          

Same methods

InsufficientDeliveryPolicyException::InsufficientDeliveryPolicyException ( Exception innerException ) : System
InsufficientDeliveryPolicyException::InsufficientDeliveryPolicyException ( System info, System context ) : 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