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

The exception indicating a ISession specific failure. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Session.SessionException:
PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException PushTechnology.DiffusionCore.Exceptions.DiffusionException PushTechnology.DiffusionCore.Exceptions.DiffusionBaseException PushTechnology.ClientInterface.Client.Features.ClusterRepartitionException PushTechnology.ClientInterface.Client.Features.Control.Topics.AddTopicException PushTechnology.ClientInterface.Client.Features.Control.Topics.ReferencedTopicDoesNotExistException PushTechnology.ClientInterface.Client.Features.HandlerConflictException PushTechnology.ClientInterface.Client.Features.IncompatibleDatatypeException PushTechnology.ClientInterface.Client.Features.IncompatibleTopicException PushTechnology.ClientInterface.Client.Features.NoSuchSessionException PushTechnology.ClientInterface.Client.Features.NoSuchTopicException PushTechnology.ClientInterface.Client.Features.RejectedRequestException PushTechnology.ClientInterface.Client.Features.TimeSeries.InvalidQueryException PushTechnology.ClientInterface.Client.Features.TimeSeries.NoSuchEventException PushTechnology.ClientInterface.Client.Features.UnhandledMessageException PushTechnology.ClientInterface.Client.Features.UpdateFailedException PushTechnology.ClientInterface.Client.Session.SessionClosedException PushTechnology.ClientInterface.Client.Session.SessionSecurityException PushTechnology.DiffusionCore.Exceptions.InvalidFilterException

Public Member Functions

 SessionException (string message)
 Creates a new SessionException. More...
 
 SessionException (string message, Exception innerException)
 Creates a new SessionException. 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 exception indicating a ISession specific failure.

This exception may be thrown by any of the API methods that interact with the server.

Since 6.0

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Client.Session.SessionException.SessionException ( string  message)

Creates a new SessionException.

Parameters
messageThe exception message.
PushTechnology.ClientInterface.Client.Session.SessionException.SessionException ( string  message,
Exception  innerException 
)

Creates a new SessionException.

Parameters
messageThe exception message.
innerExceptionThe exception that is the cause for the session exception.

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