Table of Contents

Class EmptyErrorException

Namespace
RxSharp
Assembly
RxSharp.dll

Thrown by operators such as First when a source completes without emitting a value and no default was supplied. Mirrors rxjs's EmptyError.

public sealed class EmptyErrorException : Exception
Inheritance
System.Object
EmptyErrorException

Constructors

EmptyErrorException()

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

public EmptyErrorException()

EmptyErrorException(string)

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

public EmptyErrorException(string message)

Parameters

message string

The exception message.