Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Services.ServiceException Class Reference

The diffusion service exception. More...

Inheritance diagram for PushTechnology.ClientInterface.Services.ServiceException:
PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException PushTechnology.DiffusionCore.Exceptions.DiffusionException PushTechnology.DiffusionCore.Exceptions.DiffusionBaseException

Public Member Functions

 ServiceException (string message)
 Creates a new ServiceException. More...
 
 ServiceException (string message, Exception ex)
 Creates a new ServiceException. More...
 
- Public Member Functions inherited from PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException
 DiffusionAPIException ([Localizable(false)] string message)
 Constructor. More...
 
 DiffusionAPIException (string message, Exception ex)
 Constructor. More...
 
- Public Member Functions inherited from PushTechnology.DiffusionCore.Exceptions.DiffusionException
 DiffusionException (string message)
 Constructor. More...
 
 DiffusionException (string message, Exception ex)
 Constructor. More...
 
- Public Member Functions inherited from PushTechnology.DiffusionCore.Exceptions.DiffusionBaseException
 DiffusionBaseException (string message, Exception ex)
 Constructor. More...
 
 DiffusionBaseException (string message)
 Constructor. More...
 
bool IsFatalException ()
 Is this a fatal exception? More...
 

Detailed Description

The diffusion service exception.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Services.ServiceException.ServiceException ( string  message)

Creates a new ServiceException.

Parameters
messageThe error message.
PushTechnology.ClientInterface.Services.ServiceException.ServiceException ( string  message,
Exception  ex 
)

Creates a new ServiceException.

Parameters
messageThe error message.
exThe inner exception.

The documentation for this class was generated from the following file: