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.
The classes in the Microsoft.CommerceServer namespace contain the functionality needed for authentication, event logging, and other core runtime services.
Classes
Class | Description | |
---|---|---|
![]() |
AuthenticationException | An exception that is raised when the system requires the current user to be authenticated but the user is not authenticated. |
![]() |
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. |
![]() |
AuthorizationPolicyStoreException | An exception that is raised when the authorization policy store could not be opened successfully. |
![]() |
CacheRefreshFailedException | The exception that is thrown when an attempt to refresh a runtime site cache fails. |
![]() |
CacheRefreshFailureInformation | Class that holds information about a cache refresh failure. |
![]() |
DatabaseIntegrityException | The exception that is thrown when the integrity of the campaigns database has been compromised. |
![]() |
EntityAlreadyExistsException | The exception that is thrown when attempting to add or create an item that already exists. |
![]() |
EntityDoesNotExistException | The exception that is thrown when an attempt is made to retrieve an entity that does not exist in the campaigns database. |
![]() |
ImportExportException | This exception is thrown when an Import or Export operation fails. |
![]() |
InvalidImportTokenException | The exception that is thrown when a user specified Import token doesn't exist. |
![]() |
MaximumValueValidationException | The exception that is thrown when a numeric property is larger than the maximum allowed value. |
![]() |
MinimumValueValidationException | The exception that is thrown when a numeric property is smaller than the minimum allowed value. |
![]() |
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. |
![]() |
OptimisticLockException | The exception that is thrown when an optimistic locking violation is detected. |
![]() |
PropertyNullValidationException | The exception that is thrown when the value of a property is null when not allowed. |
![]() |
PropertyValidationException | The exception that is thrown when the value of an entity property violates pre-defined constraints. |
![]() |
RegistrySecretException | This exception is thrown when a failure occurs while reading an encrypted secret from the system registry. |
![]() |
SearchClause | Represents a search clause for searching subsystems. |
![]() |
SearchClauseFactory | Standard class for creating a SearchClause to filter sub-system searches. |
![]() |
SearchException | This exception is thrown when a search fails. |
![]() |
SearchOptions | Provides optional parameters that control results of a system search. |
![]() |
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. |
![]() |
ServerFaultException | The exception that is thrown when an exception occurs on the server that is not configured to propagate to the client. |
![]() |
ServiceAgent | Provides authentication and SOAP proxy services to the MarketingContext and CatalogContext objects when initialized to communicate with and authenticate against a Web service. |
![]() |
StringLengthValidationException | The exception that is thrown when a string property is not within the allowed length requirement. |
![]() |
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. |
![]() |
UploadHandshake | This object is returned by the server to indicate how the upload handshake should proceed. |
![]() |
WebServiceVersionException | This exception is thrown when there is an attempt to connect to a webservice with an incompatible webservice version. |
Structures
Structure | Description | |
---|---|---|
![]() |
WebServiceVersion | Describes the version of a Web service. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IPromptForCredentials | Implemented by applications as a callback for supplying Credentials to a Web service agent object. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
AgentExceptionHandlerResult | Describes the result of an attempt to handle an exception raised from a Web service call. |
![]() |
AuthorizationMode | Specifies the mode in which the Authorization policy should be initialized. |
![]() |
ExplicitComparisonOperator | Specifies the explicit comparison operators. |
![]() |
ImplicitComparisonOperator | Specifies the implicit comparison operators. |