Amazon.CloudTrail.Model.CloudWatchLogsDeliveryUnavailableException.CloudWatchLogsDeliveryUnavailableException C# (CSharp) Method

CloudWatchLogsDeliveryUnavailableException() public method

Construct instance of CloudWatchLogsDeliveryUnavailableException
public CloudWatchLogsDeliveryUnavailableException ( Exception innerException ) : System
innerException System.Exception
return System
        public CloudWatchLogsDeliveryUnavailableException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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