Creates a new args instance.

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

Syntax

C#
public SshTaskFailedEventArgs(
	SshTask task,
	Exception exception
)
Visual Basic
Public Sub New ( _
	task As SshTask, _
	exception As Exception _
)
Visual C++
public:
SshTaskFailedEventArgs(
	SshTask^ task, 
	Exception^ exception
)

Parameters

task
Type: Jscape.Ssh..::..SshTask
the target task
exception
Type: System..::..Exception
the error instance

See Also