Class DiffusionBaseException
- Namespace
- PushTechnology.DiffusionCore.Exceptions
- Assembly
- Diffusion.Client.dll
The base class for all Diffusion exceptions. Previously used in 6.3.x.
public class DiffusionBaseException : Exception, ISerializable
- Inheritance
-
DiffusionBaseException
- Implements
- Derived
- Inherited Members
Constructors
DiffusionBaseException(string)
Constructor.
public DiffusionBaseException(string message)
Parameters
messagestringThe exception message.
DiffusionBaseException(string, Exception)
Constructor.
public DiffusionBaseException(string message, Exception ex)
Parameters
Methods
IsFatalException()
Is this a fatal exception?
public bool IsFatalException()
Returns
- bool
Whether the exception is fatal.