Deployment Tools Foundation
InstallerException Constructor (info, context)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► InstallerException ► InstallerException(SerializationInfo, StreamingContext)
Initializes a new instance of the InstallerException class with serialized data.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
protected InstallerException( SerializationInfo info, StreamingContext context )
Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ )
protected: InstallerException( SerializationInfo^ info, StreamingContext context )
![](collapse_all.gif)
- 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.