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.
Represents an error in the membership configuration.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class UpmMembershipConfigurationException _
Inherits Exception
'Usage
Dim instance As UpmMembershipConfigurationException
[SerializableAttribute]
public class UpmMembershipConfigurationException : Exception
[SerializableAttribute]
public ref class UpmMembershipConfigurationException : public Exception
public class UpmMembershipConfigurationException extends Exception
Remarks
This exception is thrown when there is an error in the membership configuration.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Runtime.Profiles..::.UpmMembershipConfigurationException
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.