Class AWSMessagingException
A wrapper for the exceptions thrown by AWS Messaging.
public abstract class AWSMessagingException : Exception, ISerializable
- Inheritance
-
AWSMessagingException
- Implements
- Derived
Constructors
AWSMessagingException(string, Exception?)
Creates an instance of AWSMessagingException.
public AWSMessagingException(string message, Exception? innerException = null)