CommerceResourceDependencyException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An exception that is thrown when a resource does not exist in the Commerce Server administration database.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommerceResourceDependencyException _
Inherits CommerceException _
Implements ISerializable
'Usage
Dim instance As CommerceResourceDependencyException
[SerializableAttribute]
public class CommerceResourceDependencyException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceResourceDependencyException : public CommerceException,
ISerializable
public class CommerceResourceDependencyException extends CommerceException implements ISerializable
Remarks
The exception that is raised when a resource does not exist in the Commerce Server administration database.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Microsoft.CommerceServer.Runtime..::.CommerceException
Microsoft.CommerceServer.Runtime..::.CommerceResourceDependencyException
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.