Amazon.Redshift.Model.SNSInvalidTopicException.SNSInvalidTopicException C# (CSharp) Метод

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

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

Same methods

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