Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.IncompatibleExistingTopicException Class Reference

Exception thrown to report that a topic exists at the same path that is managed by a component that has exclusive control over the topic. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.IncompatibleExistingTopicException:
PushTechnology.ClientInterface.Client.Features.IncompatibleTopicException PushTechnology.ClientInterface.Client.Session.SessionException PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException PushTechnology.DiffusionCore.Exceptions.DiffusionException PushTechnology.DiffusionCore.Exceptions.DiffusionBaseException

Public Member Functions

 IncompatibleExistingTopicException (string message)
 Creates a new IncompatibleExistingTopicException More...
 
 IncompatibleExistingTopicException (string message, Exception innerException)
 Creates a new IncompatibleExistingTopicException. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.IncompatibleTopicException
 IncompatibleTopicException (string message)
 Creates a new IncompatibleTopicException More...
 
 IncompatibleTopicException (string message, Exception innerException)
 Creates a new NoSuchTopicException. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Session.SessionException
 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

Exception thrown to report that a topic exists at the same path that is managed by a component that has exclusive control over the topic.

For example, a topic may already exist at the same path that is under the control of fan-out distribution.

Since 6.0

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Client.Features.Control.Topics.IncompatibleExistingTopicException.IncompatibleExistingTopicException ( string  message)

Creates a new IncompatibleExistingTopicException

Parameters
messageThe error message.
PushTechnology.ClientInterface.Client.Features.Control.Topics.IncompatibleExistingTopicException.IncompatibleExistingTopicException ( string  message,
Exception  innerException 
)

Creates a new IncompatibleExistingTopicException.

Parameters
messageThe error message.
innerExceptionThe exception that caused the IncompatibleExistingTopicException.

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