ExceptionHelpers.ObservableThrowObjectDisposedException(string, Exception?) method¶
Defined in
Type: ExceptionHelpers
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Applies to
netstandard2.0
public static IObservable<T> ObservableThrowObjectDisposedException<T>(string obj, Exception? innerException = null)
Summary: Throws an exception that the object is disposed.
Type parameters
| Name | Description |
|---|---|
T | The type of value. |
Parameters
| Name | Type | Description |
|---|---|---|
obj | string | The object name that is disposed. |
innerException = null | Exception? | The inner exception if any. |
Returns: IObservable