HelpLibraryManagerException(SerializationInfo, StreamingContext) Constructor
Initializes a new instance of the
Exception class with serialized data.
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
protected HelpLibraryManagerException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
HelpLibraryManagerException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> HelpLibraryManagerException
Parameters
- info SerializationInfo
- The SerializationInfo that holds the serialized object data about the exception being thrown.
- context StreamingContext
- The StreamingContext that contains contextual information about the source or destination.