Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An exception that is thrown when a required module has not been configured.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommerceModuleDependencyException _
Inherits CommerceException _
Implements ISerializable
'Usage
Dim instance As CommerceModuleDependencyException
[SerializableAttribute]
public class CommerceModuleDependencyException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceModuleDependencyException : public CommerceException,
ISerializable
public class CommerceModuleDependencyException extends CommerceException implements ISerializable
Remarks
The exception that is raised when a required module has not been configured.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Microsoft.CommerceServer.Runtime..::.CommerceException
Microsoft.CommerceServer.Runtime..::.CommerceModuleDependencyException
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.