Class DiffusionException

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

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

Constructors

DiffusionException(String)

Constructor.

Declaration
public DiffusionException(string message)
Parameters
Type Name Description
System.String message

The exception message.

DiffusionException(String, Exception)

Constructor.

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

The exception message.

Exception ex

The inner exception.

Back to top