HelpLibraryManagerException(Version, Int32, String) Constructor
Constructor
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public HelpLibraryManagerException(
Version version,
int errorCode,
string additionalInfo
)
Public Sub New (
version As Version,
errorCode As Integer,
additionalInfo As String
)
public:
HelpLibraryManagerException(
Version^ version,
int errorCode,
String^ additionalInfo
)
new :
version : Version *
errorCode : int *
additionalInfo : string -> HelpLibraryManagerException
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