ZipException 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 ZipException(
SerializationInfo info,
StreamingContext context
)
Public Sub New (
info As SerializationInfo,
context As StreamingContext
)
public:
ZipException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ZipException
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