Class DiffusionAPIException

The class representing a Diffusion API 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 DiffusionAPIException : DiffusionException

Constructors

DiffusionAPIException(String)

Constructor.

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

The exception message.

DiffusionAPIException(String, Exception)

Constructor.

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

The exception message.

Exception ex

The inner exception.

Back to top