Table of Contents

Class OrderNotificationSendException

Namespace
CMS.Commerce
Assembly
CMS.Commerce.dll

Exception that indicates a failure occurred while sending a notification.

public sealed class OrderNotificationSendException : Exception
Inheritance
object
Exception
OrderNotificationSendException
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 string

The 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 string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.