Click or drag to resize

ZipEntryNotFoundException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the exception class with serialized data.

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public ZipEntryNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization SerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.Serialization StreamingContext
The contextual information about the source or destination.
See Also