ZipException Constructor (message, innerException)

DotNetZip

Ionic Zip Library v1.9.1.6 ZipException Constructor (message, innerException)
ReferenceIonic.ZipZipExceptionZipException(String, Exception)
Come on, you know how exceptions work. Why are you looking at this documentation?
Declaration Syntax
C# Visual Basic Visual C++
public ZipException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
ZipException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The message in the exception.
innerException (Exception)
The innerException for this exception.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)