Class ThrowException#

Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll

[Combinator]
[WorkflowElementCategory(ElementCategory.Combinator)]
public class ThrowException

Inheritance#

objectThrowException

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

Message#

public string Message { get; set; }

Property Value#

string

Methods#

Process<TSource>(IObservable<TSource>)#

public IObservable<TSource> Process<TSource>(IObservable<TSource> source)

Parameters#

source IObservable<TSource>

Returns#

IObservable<TSource>

Type Parameters#

TSource