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