







![]() ![]() |
.NET Framework Class Library |
Observable..::.Throw Method (Object) |
Observable Class See Also Send Feedback |
Returns an observable sequence that terminates with an exception.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
JavaScript |
---|
Rx.Observable.Throw = function(exception); |
Parameters
- exception
- Type: System..::.Object