HelpLibraryManagerException(Version, Int32, String) Constructor

Constructor

Definition

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public HelpLibraryManagerException(
	Version version,
	int errorCode,
	string additionalInfo
)

Parameters

version  Version
The help viewer version to which the error applies
errorCode  Int32
The error code associated with the exception
additionalInfo  String
Additional information for the error message

See Also