Table of Contents

Class NoSuchEventException

Namespace
PushTechnology.ClientInterface.Client.Features.TimeSeries
Assembly
Diffusion.Client.dll

The exception used to report a time series topic does not have an original event with the sequence number provided by an EditAsync<TValue>(string, long, TValue) operation.

public sealed class NoSuchEventException : SessionException, ISerializable
Inheritance
NoSuchEventException
Implements
Inherited Members

Remarks

Added in version 6.1.

Constructors

NoSuchEventException(string)

Creates a new NoSuchEventException with a given message.

public NoSuchEventException(string message)

Parameters

message string

The message describing the error.

NoSuchEventException(string, Exception)

Creates a new NoSuchEventException with a given message and an innerException.

public NoSuchEventException(string message, Exception innerException)

Parameters

message string

The message describing the error.

innerException Exception

The inner exception.