Table of Contents

Class DiffusionAPIException

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

The class representing a Diffusion API exception. Previously used in 6.3.x.

public class DiffusionAPIException : DiffusionException, ISerializable
Inheritance
DiffusionAPIException
Implements
Inherited Members

Constructors

DiffusionAPIException(string)

Constructor.

public DiffusionAPIException(string message)

Parameters

message string

The exception message.

DiffusionAPIException(string, Exception)

Constructor.

public DiffusionAPIException(string message, Exception ex)

Parameters

message string

The exception message.

ex Exception

The inner exception.