![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The class representing a Diffusion API exception. More...
Public Member Functions | |
DiffusionAPIException ([Localizable(false)] string message) | |
Constructor. More... | |
DiffusionAPIException (string message, Exception ex) | |
Constructor. More... | |
![]() | |
DiffusionException (string message) | |
Constructor. More... | |
DiffusionException (string message, Exception ex) | |
Constructor. More... | |
![]() | |
DiffusionBaseException (string message, Exception ex) | |
Constructor. More... | |
DiffusionBaseException (string message) | |
Constructor. More... | |
bool | IsFatalException () |
Is this a fatal exception? More... | |
The class representing a Diffusion API exception.
PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException.DiffusionAPIException | ( | [Localizable(false)] string | message | ) |
Constructor.
message |
PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException.DiffusionAPIException | ( | string | message, |
Exception | ex | ||
) |
Constructor.
message | |
ex |