This exception is thrown when a general, unexpected proxy error.

Namespace: Starksoft.Net.Proxy
Assembly:  Starksoft.Net.Proxy (in Starksoft.Net.Proxy.dll)

Syntax

C#
[SerializableAttribute]
public class ProxyException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ProxyException _
	Inherits Exception

Inheritance Hierarchy

System..::Object
  System..::Exception
    Starksoft.Net.Proxy..::ProxyException

See Also