Table of Contents

Class UnsupportedPublisherException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown if a publisher type outside of PublisherTargetType is provided.

public class UnsupportedPublisherException : AWSMessagingException, ISerializable
Inheritance
UnsupportedPublisherException
Implements

Constructors

UnsupportedPublisherException(string, Exception?)

Creates an instance of UnsupportedPublisherException.

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

Parameters

message string
innerException Exception