Creates a new exception instance.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SftpException(
	Exception cause
)
Visual Basic
Public Sub New ( _
	cause As Exception _
)
Visual C++
public:
SftpException(
	Exception^ cause
)

Parameters

cause
Type: System..::..Exception
the error cause

See Also