Gets the exception which will be raised if the Action property remains set to ZipAction.ThrowException. See ProblemType property description for further information.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public ReadOnly Property Exception As ZipException
	Get
C#
public ZipException Exception { get; }

Field Value

Exception.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also