Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Exceptions.OutboundConnectionException Class Reference

Represents an outbound connection exception. More...

Inheritance diagram for PushTechnology.DiffusionCore.Exceptions.OutboundConnectionException:

Public Member Functions

 OutboundConnectionException (string message)
 Constructor. More...
 
 OutboundConnectionException (string message, Exception ex)
 Constructor. More...
 

Detailed Description

Represents an outbound connection exception.

Constructor & Destructor Documentation

PushTechnology.DiffusionCore.Exceptions.OutboundConnectionException.OutboundConnectionException ( string  message)

Constructor.

Parameters
message
PushTechnology.DiffusionCore.Exceptions.OutboundConnectionException.OutboundConnectionException ( string  message,
Exception  ex 
)

Constructor.

Parameters
message
ex