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, Exception innerException ) |
Visual Basic |
---|
Public Sub New ( _ msg As String, _ filename As String, _ innerException As Exception _ ) |
Parameters
- msg
- Type: System..::..String
Message that describes the exception.
- filename
- Type: System..::..String
Name of the file that caused the exception.
- innerException
- Type: System..::..Exception
Inner exception.