Skip to main content

ZipException Class

Exception class for zip operations.

Methods

MethodDescription
GetObjectData(info, context)Sets the SerializationInfo with information about the exception.

WixToolset.Dtf.Compression.Zip.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

GetObjectData(info, context) Method

Sets the SerializationInfo with information about the exception.

Declaration

public void GetObjectData(
System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context
)

Parameters

ParameterTypeDescription
infoSystem.Runtime.Serialization.SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextSystem.Runtime.Serialization.StreamingContextThe StreamingContext that contains contextual information about the source or destination.