Class ProxyException
Base class exception associated with this proxy server.
Inheritance
ProxyException
Inherited Members
Namespace: Titanium.Web.Proxy.Exceptions
Assembly: Titanium.Web.Proxy.dll
Syntax
public abstract class ProxyException : Exception, ISerializable, _Exception
Constructors
ProxyException(String)
Instantiate a new instance of this exception - must be invoked by derived classes' constructors
Declaration
protected ProxyException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | Exception message |
ProxyException(String, Exception)
Instantiate this exception - must be invoked by derived classes' constructors
Declaration
protected ProxyException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | Excception message |
| Exception | innerException | Inner exception associated |