Click or drag to resize
Sandcastle Help File BuilderHelpLibraryManagerException Class
This exception class is thrown to report problems with the Help Library Manager operation
Inheritance Hierarchy
SystemObject
  SystemException
    SandcastleBuilder.MicrosoftHelpViewerHelpLibraryManagerException

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assemblies:  HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public class HelpLibraryManagerException : Exception

The HelpLibraryManagerException type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates and returns a string representation of the current exception.
(Inherited from Exception.)
Top
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
Properties
  NameDescription
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyErrorCode
This read-only property returns the error code
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Protected propertyHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Public propertyVersion
This read-only property returns the help viewer version to which the error code applies
Top
Events
  NameDescription
Protected eventSerializeObjectState
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception.)
Top
See Also