Class InvalidMessageTypeException
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)