'宣言 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
- 内部例外。