Table of Contents

Class ZipErrorEventArgs

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

Provides information about the an error that occurred while zipping.

public class ZipErrorEventArgs : ZipProgressEventArgs
Inheritance
ZipErrorEventArgs
Inherited Members
Extension Methods

Properties

Exception

Returns the exception that occurred, if any.

public Exception Exception { get; }

Property Value

Exception

FileName

Returns the name of the file that caused the exception, if any.

public string FileName { get; }

Property Value

string