PromoCodeGeneratorException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The exception that is thrown when an error occurs sending messages to the Promo Code Generator Service.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class PromoCodeGeneratorException _
    Inherits Exception _
    Implements ISerializable
'Usage
Dim instance As PromoCodeGeneratorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class PromoCodeGeneratorException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class PromoCodeGeneratorException : public Exception, 
    ISerializable
public class PromoCodeGeneratorException extends Exception implements ISerializable

Remarks

PromoCodeGeneratorException is raised when there is a problem sending messages to the Commerce Server Promo Code Generator COM+ Service.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Marketing..::.PromoCodeGeneratorException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PromoCodeGeneratorException Members

Microsoft.CommerceServer.Marketing Namespace