Click or drag to resize
Sandcastle Help File BuilderHelpLibraryManagerException Fields

The HelpLibraryManagerException type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCanceled
The operation was canceled.
Public fieldStatic memberCatalogNotInstalled
The catalog is not installed.
Public fieldStatic memberContentManagementDisabled
Content management has been disabled.
Public fieldStatic memberFailOnFetchingContentFromDisk
Failed while fetching content from disk.
Public fieldStatic memberFailOnFetchingInstalledBooks
Failed while fetching installed books.
Public fieldStatic memberFailOnFetchingOnlineContent
Failed while fetching online content.
Public fieldStatic memberFailOnInstall
Failed on install operation.
Public fieldStatic memberFailOnMachineLock
The help content store could not be locked for update. This error typically occurs when the content is locked for update by another process.
Public fieldStatic memberFailOnMove
Failed on move operation.
Public fieldStatic memberFailOnRefresh
Failed on refresh operation.
Public fieldStatic memberFailOnSettingLocalStore
The path specified for the /content switch is invalid.
Public fieldStatic memberFailOnSilentInstall
The installation of content failed. Detailed information can be found in the event log and in the installation log.
Public fieldStatic memberFailOnSilentUninstall
The removal of content failed. Detailed information can be found in the event log and in the installation log.
Public fieldStatic memberFailOnUninstall
Failed on uninstall operation.
Public fieldStatic memberFailOnUpdate
Failed on update operation.
Public fieldStatic memberFailureToElevate
Failed to elevate with administrative privileges.
Public fieldStatic memberHelpLibraryManagerAlreadyRunning
The Help Library Manager is already running.
Public fieldStatic memberHelpLibraryManagerNotFound
The Help Library Manager was not found.
Public fieldStatic memberHV2InvalidCmdArgs
One or more command line arguments was missing or invalid.
Public fieldStatic memberHV2NoBooksToInstall
The arguments passed to HLM did not result in content being installed. This can occur when the content is already installed.
Public fieldStatic memberInvalidCatalogInfo
Files required to install content for a new product were invalid.
Public fieldStatic memberInvalidCmdArgs
One or more command line arguments was missing or invalid.
Public fieldStatic memberInvalidHelpLocation
The local content store is in an invalid state. This error occurs when the directory permissions do not allow writing, or a required file is missing from the directory.
Public fieldStatic memberLocalStoreNotInitialized
The local store is not initialized.
Public fieldStatic memberMissingCatalogInfo
Files required to install content for a new product were not found.
Public fieldStatic memberMissingCommandLineArgument
A required command line argument is missing.
Public fieldStatic memberMissingOrInvalidAppConfig
The application configuration file for HLM was missing or invalid.
Public fieldStatic memberNoBooksToInstall
The arguments passed to HLM did not result in content being installed or removed. This can occur when the content is already installed or has already been removed.
Public fieldStatic memberNoBooksToUninstall
The arguments passed to HLM did not result in content being removed. This can occur when the content has already been removed.
Public fieldStatic memberNonAdminSetsLocalStoreOnSilentMode
A non-admin user is trying to initialize the store using the /silent switch.
Public fieldStatic memberOnlineHelpPreferenceDisabled
Online help preference has been disabled.
Public fieldStatic memberOthers
An unknown error occurred.
Public fieldStatic memberSuccess
The operation was successful.
Public fieldStatic memberUnknownError
An unknown error occurred in the Help Library Manager launcher.
Public fieldStatic memberUpdateAlreadyRunning
Another update is already running.
Top
See Also