The exception that is thrown when a proxy error occurs.

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

Syntax

C#
public class ProxyException : Exception
Visual Basic
Public Class ProxyException _
	Inherits Exception
Visual C++
public ref class ProxyException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Jscape.Util.Proxy..::..ProxyException

See Also