Share via


ProfileDoesNotExistException Class

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

The exception thrown when an attempt is made to access a profile instance that does not exist in the profile system.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Profiles..::.ProfileDoesNotExistException

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

ProfileDoesNotExistException Members

Microsoft.CommerceServer.Profiles Namespace