Zip for WPF/Silverlight
ZipFileException コンストラクタ(String,String,Exception)

C1.Silverlight.Zip.5 アセンブリ > C1.C1Zip 名前空間 > ZipFileException クラス > ZipFileException コンストラクタ : ZipFileException コンストラクタ(String,String,Exception)
例外について説明するメッセージ。
例外を生成したファイルの名前。
内部の例外。
System.IO.FileLoadException の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal msg As System.String, _
   ByVal filename As System.String, _
   ByVal innerException As System.Exception _
)
public ZipFileException( 
   System.string msg,
   System.string filename,
   System.Exception innerException
)

パラメータ

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

ZipFileException クラス
ZipFileException メンバ
オーバーロード一覧