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

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

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

Same methods

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