Microsoft.CommerceServer Namespace

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

The classes in the Microsoft.CommerceServer namespace contain the functionality needed for authentication, event logging, and other core runtime services.

Classes

  Class Description
ms986406.pubclass(en-US,CS.70).gif AuthenticationException An exception that is raised when the system requires the current user to be authenticated but the user is not authenticated.
ms986406.pubclass(en-US,CS.70).gif AuthorizationPolicyRequiredException An exception that is raised when the system has been initialized to use no authorization and the currently-requested operation requires a valid authorization policy to complete.
ms986406.pubclass(en-US,CS.70).gif AuthorizationPolicyStoreException An exception that is raised when the authorization policy store could not be opened successfully.
ms986406.pubclass(en-US,CS.70).gif CacheRefreshFailedException The exception that is thrown when an attempt to refresh a runtime site cache fails.
ms986406.pubclass(en-US,CS.70).gif CacheRefreshFailureInformation Class that holds information about a cache refresh failure.
ms986406.pubclass(en-US,CS.70).gif DatabaseIntegrityException The exception that is thrown when the integrity of the campaigns database has been compromised.
ms986406.pubclass(en-US,CS.70).gif EntityAlreadyExistsException The exception that is thrown when attempting to add or create an item that already exists.
ms986406.pubclass(en-US,CS.70).gif EntityDoesNotExistException The exception that is thrown when an attempt is made to retrieve an entity that does not exist in the campaigns database.
ms986406.pubclass(en-US,CS.70).gif ImportExportException This exception is thrown when an Import or Export operation fails.
ms986406.pubclass(en-US,CS.70).gif InvalidImportTokenException The exception that is thrown when a user specified Import token doesn't exist.
ms986406.pubclass(en-US,CS.70).gif MaximumValueValidationException The exception that is thrown when a numeric property is larger than the maximum allowed value.
ms986406.pubclass(en-US,CS.70).gif MinimumValueValidationException The exception that is thrown when a numeric property is smaller than the minimum allowed value.
ms986406.pubclass(en-US,CS.70).gif NotAuthorizedException The exception that is thrown when an operation is attempted by a user that is not authorized to perform that operation, based on the currently configured authorization policy.
ms986406.pubclass(en-US,CS.70).gif OptimisticLockException The exception that is thrown when an optimistic locking violation is detected.
ms986406.pubclass(en-US,CS.70).gif PropertyNullValidationException The exception that is thrown when the value of a property is null when not allowed.
ms986406.pubclass(en-US,CS.70).gif PropertyValidationException The exception that is thrown when the value of an entity property violates pre-defined constraints.
ms986406.pubclass(en-US,CS.70).gif RegistrySecretException This exception is thrown when a failure occurs while reading an encrypted secret from the system registry.
ms986406.pubclass(en-US,CS.70).gif SearchClause Represents a search clause for searching subsystems.
ms986406.pubclass(en-US,CS.70).gif SearchClauseFactory Standard class for creating a SearchClause to filter sub-system searches.
ms986406.pubclass(en-US,CS.70).gif SearchException This exception is thrown when a search fails.
ms986406.pubclass(en-US,CS.70).gif SearchOptions Provides optional parameters that control results of a system search.
ms986406.pubclass(en-US,CS.70).gif SearchRecordsPerPageException The exception that is thrown when a search request is made for a number of records per page that is greater than the system configured limit.
ms986406.pubclass(en-US,CS.70).gif ServerFaultException The exception that is thrown when an exception occurs on the server that is not configured to propagate to the client.
ms986406.pubclass(en-US,CS.70).gif ServiceAgent Provides authentication and SOAP proxy services to the MarketingContext and CatalogContext objects when initialized to communicate with and authenticate against a Web service.
ms986406.pubclass(en-US,CS.70).gif StringLengthValidationException The exception that is thrown when a string property is not within the allowed length requirement.
ms986406.pubclass(en-US,CS.70).gif UploadFileSizeException This exception is thrown when a user tried to upload a file that is larger than the pre-configured limit; or when trying to import a token that was not completely uploaded yet.
ms986406.pubclass(en-US,CS.70).gif UploadHandshake This object is returned by the server to indicate how the upload handshake should proceed.
ms986406.pubclass(en-US,CS.70).gif WebServiceVersionException This exception is thrown when there is an attempt to connect to a webservice with an incompatible webservice version.

Structures

  Structure Description
ms986406.pubstructure(en-US,CS.70).gif WebServiceVersion Describes the version of a Web service.

Interfaces

  Interface Description
ms986406.pubinterface(en-US,CS.70).gif IPromptForCredentials Implemented by applications as a callback for supplying Credentials to a Web service agent object.

Enumerations

  Enumeration Description
ms986406.pubenumeration(en-US,CS.70).gif AgentExceptionHandlerResult Describes the result of an attempt to handle an exception raised from a Web service call.
ms986406.pubenumeration(en-US,CS.70).gif AuthorizationMode Specifies the mode in which the Authorization policy should be initialized.
ms986406.pubenumeration(en-US,CS.70).gif ExplicitComparisonOperator Specifies the explicit comparison operators.
ms986406.pubenumeration(en-US,CS.70).gif ImplicitComparisonOperator Specifies the implicit comparison operators.