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

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

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

Same methods

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