LumiSoft Mail Server User API
BZip2Exception Constructor (info, context)
Namespaces > ICSharpCode.SharpZipLib.BZip2 > BZip2Exception > BZip2ExceptionNew(SerializationInfo, StreamingContext)
Initializes a new instance of the BZip2Exception class.
Syntax
C#Visual BasicManaged C++
protected BZip2Exception (
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
BZip2Exception (
	SerializationInfo^ info, 
	StreamingContext context
)
Parameters
info (SerializationInfo)

[Missing <param> documentation for "info"]

context (StreamingContext)

[Missing <param> documentation for "context"]

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