Initializes a new instance of a ZipFileException.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public ZipFileException(
	string msg
)
Visual Basic
Public Sub New ( _
	msg As String _
)

Parameters

msg
Type: System..::..String
Message that describes the exception.

See Also