BadStateException Constructor (message, innerException)

DotNetZip

Ionic Zip Library v1.9.1.6 BadStateException Constructor (message, innerException)
ReferenceIonic.ZipBadStateExceptionBadStateException(String, Exception)
Come on, you know how exceptions work. Why are you looking at this documentation?
Declaration Syntax
C# Visual Basic Visual C++
public BadStateException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
BadStateException(
	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)