Class DiffusionFatalException

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

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

Constructors

DiffusionFatalException(String, Exception)

Default constructor.

Declaration
public DiffusionFatalException(string message, Exception ex)
Parameters
Type Name Description
System.String message

The exception message.

Exception ex

The inner exception.

Back to top