Class IncompatibleTopicException
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The exception indicating that a topic is incompatible with an operation.
public class IncompatibleTopicException : SessionException, ISerializable
- Inheritance
-
IncompatibleTopicException
- Implements
- Derived
- Inherited Members
Remarks
Since 6.0
Constructors
IncompatibleTopicException(string)
Creates a new IncompatibleTopicException
public IncompatibleTopicException(string message)
Parameters
messagestringThe error message.
IncompatibleTopicException(string, Exception)
Creates a new IncompatibleTopicException.
public IncompatibleTopicException(string message, Exception innerException)