Class TopicSelectorFormatException
- Namespace
- PushTechnology.ClientInterface.Client.Topics
- Assembly
- Diffusion.Client.dll
The exception indicating that a topic selector expression is invalid.
[Obsolete("Topic selectors are now deprecated and will be removed in a future release. Use string expressions instead.", false)]
public class TopicSelectorFormatException : FormatException, ISerializable
- Inheritance
-
TopicSelectorFormatException
- Implements
- Inherited Members
Remarks
Caution
Deprecated since 6.4.
Topic selectors are no longer verified locally by the client library.
Instead System.String expressions will be sent to (and verified by) the Diffusion server.
This class will be removed in a future release.
Added in 6.2.
Constructors
TopicSelectorFormatException(string)
Initializes a new instance of the TopicSelectorFormatException class.
public TopicSelectorFormatException(string message)
Parameters
messagestringThe error message.
TopicSelectorFormatException(string, Exception)
Initializes a new instance of the TopicSelectorFormatException class.
public TopicSelectorFormatException(string message, Exception innerException)