Zip for WPF and Silverlight
C1.C1Zip Namespace / ZipFileException Class / ZipFileException Constructor / ZipFileException Constructor(String,String)
例外について説明するメッセージ。
例外を生成したファイルの名前。

In This Topic
    ZipFileException Constructor(String,String)
    In This Topic
    System.IO.FileLoadException の新しいインスタンスを初期化します。
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal msg As String, _
       ByVal filename As String _
    )
    public ZipFileException( 
       string msg,
       string filename
    )

    Parameters

    msg
    例外について説明するメッセージ。
    filename
    例外を生成したファイルの名前。
    See Also