Table of Contents

Class InvalidMessageTypeException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown if the message type full name cannot be retrieved.

public class InvalidMessageTypeException : AWSMessagingException, ISerializable
Inheritance
InvalidMessageTypeException
Implements

Constructors

InvalidMessageTypeException(string, Exception?)

Creates an instance of InvalidMessageTypeException.

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

Parameters

message string
innerException Exception