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

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

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

Same methods

NoAvailableDeliveryChannelException::NoAvailableDeliveryChannelException ( System info, System context ) : System
NoAvailableDeliveryChannelException::NoAvailableDeliveryChannelException ( string message ) : 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