ZipProblemDetectedEventArgs.Exception Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Exception
Gets the exception which will be raised if the Action property remains set to ZipAction.ThrowException. See ProblemType property description for further information.
Declaration
public ZipException Exception { get; }
Property Value
Type | Description |
---|---|
ZipException | Exception. |