Table of Contents

Class InvalidPublisherTypeException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown if the publisher type full name cannot be retrieved.

public class InvalidPublisherTypeException : AWSMessagingException, ISerializable
Inheritance
InvalidPublisherTypeException
Implements

Constructors

InvalidPublisherTypeException(string, Exception?)

Creates an instance of InvalidPublisherTypeException.

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

Parameters

message string
innerException Exception