Class ZipErrorEventArgs
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
FileName
Returns the name of the file that caused the exception, if any.
public string FileName { get; }