Class DiffusionException
- Namespace
- PushTechnology.DiffusionCore.Exceptions
- Assembly
- Diffusion.Client.dll
Represents a general Diffusion exception. Previously used in 6.3.x.
public class DiffusionException : DiffusionBaseException, ISerializable
- Inheritance
-
DiffusionException
- Implements
- Derived
- Inherited Members
Constructors
DiffusionException(string)
Constructor.
public DiffusionException(string message)
Parameters
messagestringThe exception message.
DiffusionException(string, Exception)
Constructor.
public DiffusionException(string message, Exception ex)