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
messagestringThe exception message.
DiffusionAPIException(string, Exception)
Constructor.
public DiffusionAPIException(string message, Exception ex)