LumiSoft Mail Server User API
SharpZipBaseException Constructor (message, innerException)
Namespaces > ICSharpCode.SharpZipLib > SharpZipBaseException > SharpZipBaseExceptionNew(String, Exception)
Initializes a new instance of the SharpZipBaseException class.
Syntax
C#Visual BasicManaged C++
public SharpZipBaseException (
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
SharpZipBaseException (
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)

[Missing <param> documentation for "message"]

innerException (Exception)

[Missing <param> documentation for "innerException"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)