![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Represents an inbound protocol exception. More...
Public Member Functions | |
InboundProtocolException (string message) | |
Constructor. More... | |
InboundProtocolException (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... | |
Represents an inbound protocol exception.
PushTechnology.DiffusionCore.Exceptions.InboundProtocolException.InboundProtocolException | ( | string | message | ) |
Constructor.
message |
PushTechnology.DiffusionCore.Exceptions.InboundProtocolException.InboundProtocolException | ( | Exception | ex | ) |
Constructor.
ex |