GetObjectData Method (info, context)

Microsoft Deployment Tools

Deployment Tools Foundation GetObjectData Method (info, context)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerExceptionGetObjectData(SerializationInfo, StreamingContext)
Sets the SerializationInfo with information about the exception.
Declaration Syntax
C# Visual Basic Visual C++
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Public Overrides Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override
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.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)