Initializes a new instance of a ZipFileException.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public ZipFileException( string msg, string filename ) |
Visual Basic |
---|
Public Sub New ( _ msg As String, _ filename As String _ ) |
Parameters
- msg
- Type: System..::..String
Message that describes the exception.
- filename
- Type: System..::..String
Name of the file that caused the exception.