The exception that is thrown when a proxy error occurs.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.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