C# Class Akka.Reactive.Messages.ReactiveSequenceError

Message used to notify an Akka subscriber actor that an Rx sequence to which it is subscribed has encountered an error.
Datei anzeigen Open project: tintoy/rx-akkadotnet

Public Methods

Method Description
ReactiveSequenceError ( Exception error ) : System

Create a new ReactiveSequenceError.

Method Details

ReactiveSequenceError() public method

Create a new ReactiveSequenceError.
public ReactiveSequenceError ( Exception error ) : System
error System.Exception /// An representing the error encountered by the sequence's source. ///
return System