Class InvalidUpdateStreamException
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The exception used to report an operation was performed with an invalid IUpdateStream<TValue>.
public class InvalidUpdateStreamException : SessionException, ISerializable
- Inheritance
-
InvalidUpdateStreamException
- Implements
- Inherited Members
Constructors
InvalidUpdateStreamException(string)
Initializes a new InvalidUpdateStreamException instance.
public InvalidUpdateStreamException(string message)
Parameters
messagestringThe error message.
InvalidUpdateStreamException(string, Exception)
Initializes a new InvalidUpdateStreamException instance.
public InvalidUpdateStreamException(string message, Exception innerException)