Fires a SshTaskFailedEvent event.

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

Syntax

C#
public void FireTaskFailed(
	SshTask task,
	Exception e
)
Visual Basic
Public Sub FireTaskFailed ( _
	task As SshTask, _
	e As Exception _
)
Visual C++
public:
void FireTaskFailed(
	SshTask^ task, 
	Exception^ e
)

Parameters

task
Type: Jscape.Ssh..::..SshTask
the source task for this event
e
Type: System..::..Exception
the exception that caused this task to fail

See Also