Zip for WPF and Silverlight
C1.C1Zip Namespace / ZipFileException Class / ZipFileException Constructor / ZipFileException Constructor(String)
Message that describes the exception.

In This Topic
    ZipFileException Constructor(String)
    In This Topic
    Initializes a new instance of a ZipFileException.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal msg As String _
    )
    public ZipFileException( 
       string msg
    )

    Parameters

    msg
    Message that describes the exception.
    See Also