Table of Contents

Class SequenceErrorException

Namespace
RxSharp
Assembly
RxSharp.dll

Thrown by Single when more than one value (or more than one predicate match) is seen from the source. Mirrors rxjs's SequenceError.

public sealed class SequenceErrorException : Exception
Inheritance
System.Object
SequenceErrorException

Constructors

SequenceErrorException()

Initializes a new instance of the SequenceErrorException class with the default message.

public SequenceErrorException()

SequenceErrorException(string)

Initializes a new instance of the SequenceErrorException class with a custom message.

public SequenceErrorException(string message)

Parameters

message string

The exception message.