Table of Contents

Class DiffusionBaseException

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

The base class for all Diffusion exceptions. Previously used in 6.3.x.

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

Constructors

DiffusionBaseException(string)

Constructor.

public DiffusionBaseException(string message)

Parameters

message string

The exception message.

DiffusionBaseException(string, Exception)

Constructor.

public DiffusionBaseException(string message, Exception ex)

Parameters

message string

The exception message.

ex Exception

The inner exception.

Methods

IsFatalException()

Is this a fatal exception?

public bool IsFatalException()

Returns

bool

Whether the exception is fatal.