Class AddTopicException
The exception indicating a failure to add a topic.
Inheritance
AddTopicException
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class AddTopicException : SessionException
Constructors
AddTopicException(String)
Initializes a new AddTopicException instance.
Declaration
public AddTopicException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message. |
AddTopicException(String, Exception)
Initializes a new AddTopicException instance.
Declaration
public AddTopicException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message. |
Exception | innerException | The exception that caused this error. |