Class NoSuchEventException
- 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
messagestringThe message describing the error.
NoSuchEventException(string, Exception)
Creates a new NoSuchEventException
with a given message and an
innerException.
public NoSuchEventException(string message, Exception innerException)