Table of Contents

Class InvalidSubscriberEndpointException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown if the subscriber endpoint is not valid.

public class InvalidSubscriberEndpointException : AWSMessagingException, ISerializable
Inheritance
InvalidSubscriberEndpointException
Implements

Constructors

InvalidSubscriberEndpointException(string, Exception?)

Creates an instance of InvalidSubscriberEndpointException.

public InvalidSubscriberEndpointException(string message, Exception? innerException = null)

Parameters

message string
innerException Exception