Class NoSuchEventException
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, Int64, TValue) operation.
Namespace: PushTechnology.ClientInterface.Client.Features.TimeSeries
Assembly: Diffusion.Client.dll
Syntax
public sealed class NoSuchEventException : SessionException
Remarks
Added in version 6.1.
Constructors
NoSuchEventException(String)
Creates a new NoSuchEventException
with a given message
.
Declaration
public NoSuchEventException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message describing the error. |
NoSuchEventException(String, Exception)
Creates a new NoSuchEventException
with a given message
and an
innerException
.
Declaration
public NoSuchEventException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message describing the error. |
Exception | innerException | The inner exception. |