Table of Contents

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)

public IncompatibleTopicException(string message)

Parameters

message string

The error message.

IncompatibleTopicException(string, Exception)

public IncompatibleTopicException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the IncompatibleTopicException.