Table of Contents

Class InvalidPublisherEndpointException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown if the publisher endpoint is not valid.

public class InvalidPublisherEndpointException : AWSMessagingException, ISerializable
Inheritance
InvalidPublisherEndpointException
Implements

Constructors

InvalidPublisherEndpointException(string, Exception?)

Creates an instance of InvalidPublisherEndpointException.

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

Parameters

message string
innerException Exception