Table of Contents

Class DiffusionFatalException

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

A Diffusion fatal exception. Previously used in 6.3.x.

public class DiffusionFatalException : DiffusionBaseException, ISerializable
Inheritance
DiffusionFatalException
Implements
Inherited Members

Constructors

DiffusionFatalException(string, Exception)

Default constructor.

public DiffusionFatalException(string message, Exception ex)

Parameters

message string

The exception message.

ex Exception

The inner exception.