Table of Contents

Class NotFoundErrorException

Namespace
RxSharp
Assembly
RxSharp.dll

Thrown by Single when the source emits one or more values but none of them satisfy the supplied predicate. Mirrors rxjs's NotFoundError.

public sealed class NotFoundErrorException : Exception
Inheritance
System.Object
NotFoundErrorException

Constructors

NotFoundErrorException()

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

public NotFoundErrorException()

NotFoundErrorException(string)

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

public NotFoundErrorException(string message)

Parameters

message string

The exception message.