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

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

Constructs a new SNSInvalidTopicException with the specified error message.
public SNSInvalidTopicException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public SNSInvalidTopicException(string message) 
            : base(message) {}
          

Same methods

SNSInvalidTopicException::SNSInvalidTopicException ( Exception innerException ) : System
SNSInvalidTopicException::SNSInvalidTopicException ( System info, System context ) : 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