Class IncompatibleTopicException

The exception indicating that a topic is incompatible with an operation.

Inheritance
System.Object
SessionException
IncompatibleTopicException
IncompatibleExistingTopicException
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class IncompatibleTopicException : SessionException
Remarks

Since 6.0

Constructors

IncompatibleTopicException(String)

Creates a new IncompatibleTopicException

Declaration
public IncompatibleTopicException(string message)
Parameters
Type Name Description
System.String message

The error message.

IncompatibleTopicException(String, Exception)

Creates a new IncompatibleTopicException.

Declaration
public IncompatibleTopicException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The exception that caused the IncompatibleTopicException.

Back to top