Table of Contents

Class DiffusionException

Namespace
PushTechnology.DiffusionCore.Exceptions
Assembly
Diffusion.Client.dll

Represents a general Diffusion exception. Previously used in 6.3.x.

public class DiffusionException : DiffusionBaseException, ISerializable
Inheritance
DiffusionException
Implements
Derived
Inherited Members

Constructors

DiffusionException(string)

Constructor.

public DiffusionException(string message)

Parameters

message string

The exception message.

DiffusionException(string, Exception)

Constructor.

public DiffusionException(string message, Exception ex)

Parameters

message string

The exception message.

ex Exception

The inner exception.