Class UndeliverableException
Exception thrown when a message cannot be delivered.
public class UndeliverableException : Exception, ISerializable
- Inheritance
-
UndeliverableException
- Implements
- Inherited Members
Constructors
UndeliverableException()
Initializes a new instance of the UndeliverableException class.
public UndeliverableException()
UndeliverableException(string)
Initializes a new instance of the UndeliverableException class with a custom error message.
public UndeliverableException(string message)
Parameters
message
stringThe custom error message.
UndeliverableException(string, Exception)
Initializes a new instance of the UndeliverableException class with a custom error message and an inner exception.
public UndeliverableException(string message, Exception innerException)