Class DiffusionConnectionException

The exception representing a Diffusion connection exception.

Inheritance
Object
DiffusionBaseException
DiffusionException
DiffusionConnectionException
Inherited Members
DiffusionBaseException.IsFatalException()
Namespace: PushTechnology.DiffusionCore.Exceptions
Assembly: Diffusion.Client.dll
Syntax
public class DiffusionConnectionException : DiffusionException

Constructors

DiffusionConnectionException(String)

Constructor.

Declaration
public DiffusionConnectionException(string message)
Parameters
Type Name Description
String message

DiffusionConnectionException(String, Exception)

Constructor.

Declaration
public DiffusionConnectionException(string message, Exception ex)
Parameters
Type Name Description
String message
Exception ex
Back to top