ZipException Class
Exception class for zip operations.
Methods
Method | Description |
---|---|
GetObjectData(info, context) | Sets the SerializationInfo with information about the exception. |
WixToolset.Dtf.Compression.Zip.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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
Parameter | Type | Description |
---|---|---|
info | System.Runtime.Serialization.SerializationInfo | The SerializationInfo that holds the serialized object data about the exception being thrown. |
context | System.Runtime.Serialization.StreamingContext | The StreamingContext that contains contextual information about the source or destination. |