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, _ExceptionConstructors
| Improve this Doc 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 |