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

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

Constructs a new NoAvailableDeliveryChannelException with the specified error message.
public NoAvailableDeliveryChannelException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public NoAvailableDeliveryChannelException(string message) 
            : base(message) {}
          

Same methods

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