Class DiffusionFatalException
A Diffusion fatal exception. Previously used in 6.3.x.
Inherited Members
Namespace: PushTechnology.DiffusionCore.Exceptions
Assembly: Diffusion.Client.dll
Syntax
public class DiffusionFatalException : DiffusionBaseException
Constructors
DiffusionFatalException(String, Exception)
Default constructor.
Declaration
public DiffusionFatalException(string message, Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The exception message. |
| Exception | ex | The inner exception. |