Class OrderNotificationSendException
Exception that indicates a failure occurred while sending a notification.
public sealed class OrderNotificationSendException : Exception
- Inheritance
-
objectExceptionOrderNotificationSendException
- Extension Methods
Constructors
OrderNotificationSendException()
Initializes a new instance of the OrderNotificationSendException class.
public OrderNotificationSendException()
OrderNotificationSendException(string)
Initializes a new instance of the OrderNotificationSendException class with a specified error message.
public OrderNotificationSendException(string message)
Parameters
message
stringThe message that describes the error.
OrderNotificationSendException(string, Exception)
Initializes a new instance of the OrderNotificationSendException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public OrderNotificationSendException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.