HelpLibraryManagerException Class

This exception class is thrown to report problems with the Help Library Manager operation

Definition

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
[SerializableAttribute]
public class HelpLibraryManagerException : Exception
Inheritance
Object    Exception    HelpLibraryManagerException

Constructors

Properties

DataGets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception)
ErrorCode This read-only property returns the error code
HelpLinkGets or sets a link to the help file associated with this exception.
(Inherited from Exception)
HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception)
InnerExceptionGets the Exception instance that caused the current exception.
(Inherited from Exception)
MessageGets a message that describes the current exception.
(Inherited from Exception)
SourceGets or sets the name of the application or the object that causes the error.
(Inherited from Exception)
StackTraceGets a string representation of the immediate frames on the call stack.
(Inherited from Exception)
TargetSiteGets the method that throws the current exception.
(Inherited from Exception)
Version This read-only property returns the help viewer version to which the error code applies

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext))
GetTypeGets the runtime type of the current instance.
(Inherited from Exception)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringCreates and returns a string representation of the current exception.
(Inherited from Exception)

Events

SerializeObjectStateOccurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception)

Fields

CanceledThe operation was canceled.
CatalogNotInstalledThe catalog is not installed.
ContentManagementDisabledContent management has been disabled.
FailOnFetchingContentFromDiskFailed while fetching content from disk.
FailOnFetchingInstalledBooksFailed while fetching installed books.
FailOnFetchingOnlineContentFailed while fetching online content.
FailOnInstallFailed on install operation.
FailOnMachineLockThe help content store could not be locked for update. This error typically occurs when the content is locked for update by another process.
FailOnMoveFailed on move operation.
FailOnRefreshFailed on refresh operation.
FailOnSettingLocalStoreThe path specified for the /content switch is invalid.
FailOnSilentInstallThe installation of content failed. Detailed information can be found in the event log and in the installation log.
FailOnSilentUninstallThe removal of content failed. Detailed information can be found in the event log and in the installation log.
FailOnUninstallFailed on uninstall operation.
FailOnUpdateFailed on update operation.
FailureToElevateFailed to elevate with administrative privileges.
HelpLibraryManagerAlreadyRunningThe Help Library Manager is already running.
HelpLibraryManagerNotFoundThe Help Library Manager was not found.
HV2InvalidCmdArgsOne or more command line arguments was missing or invalid.
HV2NoBooksToInstallThe arguments passed to HLM did not result in content being installed. This can occur when the content is already installed.
InvalidCatalogInfoFiles required to install content for a new product were invalid.
InvalidCmdArgsOne or more command line arguments was missing or invalid.
InvalidHelpLocationThe 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.
LocalStoreNotInitializedThe local store is not initialized.
MissingCatalogInfoFiles required to install content for a new product were not found.
MissingCommandLineArgumentA required command line argument is missing.
MissingOrInvalidAppConfigThe application configuration file for HLM was missing or invalid.
NoBooksToInstallThe 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.
NoBooksToUninstallThe arguments passed to HLM did not result in content being removed. This can occur when the content has already been removed.
NonAdminSetsLocalStoreOnSilentModeA non-admin user is trying to initialize the store using the /silent switch.
OnlineHelpPreferenceDisabledOnline help preference has been disabled.
OthersAn unknown error occurred.
SuccessThe operation was successful.
UnknownErrorAn unknown error occurred in the Help Library Manager launcher.
UpdateAlreadyRunningAnother update is already running.

Extension Methods

GetExceptionMessage This is used to get the message strings from an exception and any of its inner exceptions
(Defined by BuildComponentUtilities)

See Also