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

[Missing <param> documentation for "name"]

e (Exception)

[Missing <param> documentation for "e"]

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