Amazon.SimpleEmail.Model.InvalidSnsTopicException.InvalidSnsTopicException C# (CSharp) Method

InvalidSnsTopicException() public method

Constructs a new InvalidSnsTopicException with the specified error message.
public InvalidSnsTopicException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidSnsTopicException(string message) 
            : base(message) {}
          

Same methods

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