Class InvalidTopicPathException

The exception indicating that the given topic path is invalid.

Inheritance
System.Object
SessionException
AddTopicException
InvalidTopicPathException
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class InvalidTopicPathException : AddTopicException

Constructors

InvalidTopicPathException(String)

Initializes a new InvalidTopicPathException instance.

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

The error message.

InvalidTopicPathException(String, Exception)

Initializes a new InvalidTopicPathException instance.

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

The error message.

Exception innerException

The exception that caused this error.

Back to top