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

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

    Parameters

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