Table of Contents

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

message string

The error message.

InvalidUpdateStreamException(string, Exception)

Initializes a new InvalidUpdateStreamException instance.

public InvalidUpdateStreamException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.