AddressMapMissingException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when there is no address map configured in Web.config.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AddressMapMissingException _
Inherits Exception
'Usage
Dim instance As AddressMapMissingException
[SerializableAttribute]
public class AddressMapMissingException : Exception
[SerializableAttribute]
public ref class AddressMapMissingException : public Exception
public class AddressMapMissingException extends Exception
Remarks
The address map is a container for the properties that will be mapped from the Profiling System to the Order System at runtime.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Runtime.Orders..::.AddressMapMissingException
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.