Initializes a new instance of the ZipException class.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String, _
	inner As ZipException _
)
C#
public ZipException(
	string message,
	ZipException inner
)

Parameters

message
Type: System..::..String
The message that describes the error.
inner
Type: Rebex.IO.Compression..::..ZipException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also