Class InvalidSnsTopicArnException
Polly exception
public class InvalidSnsTopicArnException : AmazonPollyException
  - Inheritance
 - 
      
      
      InvalidSnsTopicArnException
 
Constructors
InvalidSnsTopicArnException(Exception)
Construct instance of InvalidSnsTopicArnException
public InvalidSnsTopicArnException(Exception innerException)
  Parameters
innerExceptionException
InvalidSnsTopicArnException(SerializationInfo, StreamingContext)
Constructs a new instance of the InvalidSnsTopicArnException class with serialized data.
protected InvalidSnsTopicArnException(SerializationInfo info, StreamingContext context)
  Parameters
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
 The
infoparameter is null.- SerializationException
 The class name is null or HResult is zero (0).
InvalidSnsTopicArnException(string)
Constructs a new InvalidSnsTopicArnException with the specified error message.
public InvalidSnsTopicArnException(string message)
  Parameters
messagestringDescribes the error encountered.
InvalidSnsTopicArnException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidSnsTopicArnException
public InvalidSnsTopicArnException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
InvalidSnsTopicArnException(string, Exception)
Construct instance of InvalidSnsTopicArnException
public InvalidSnsTopicArnException(string message, Exception innerException)
  Parameters
InvalidSnsTopicArnException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidSnsTopicArnException
public InvalidSnsTopicArnException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode