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

[Missing <param> documentation for "message"]

exception (Exception)

[Missing <param> documentation for "exception"]

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