Table of Contents

Class EndOfSequenceException

Namespace
MarymoorStudios.Core.Rpc.Exceptions
Assembly
MarymoorStudios.Core.Rpc.Exceptions.dll

A sequence has been read past its EOS.

[DataContract]
public class EndOfSequenceException : Exception, ISerializable
Inheritance
EndOfSequenceException
Implements
Inherited Members

Constructors

EndOfSequenceException()

public EndOfSequenceException()

EndOfSequenceException(string?)

public EndOfSequenceException(string? message)

Parameters

message string

EndOfSequenceException(string?, Exception?)

public EndOfSequenceException(string? message, Exception? inner)

Parameters

message string
inner Exception