Creates exception with specified message string and source exception.

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

Syntax

C#
public SshException(
	string msg,
	Exception cause
)
Visual Basic
Public Sub New ( _
	msg As String, _
	cause As Exception _
)
Visual C++
public:
SshException(
	String^ msg, 
	Exception^ cause
)

Parameters

msg
Type: System..::..String
the message of exception
cause
Type: System..::..Exception
the exception which caused this exception

See Also