Weingartner.Exceptional
1.2.6011.15583
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Weingartner.Exceptional --version 1.2.6011.15583
NuGet\Install-Package Weingartner.Exceptional -Version 1.2.6011.15583
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Weingartner.Exceptional" Version="1.2.6011.15583" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Weingartner.Exceptional --version 1.2.6011.15583
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Weingartner.Exceptional, 1.2.6011.15583"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Weingartner.Exceptional as a Cake Addin #addin nuget:?package=Weingartner.Exceptional&version=1.2.6011.15583 // Install Weingartner.Exceptional as a Cake Tool #tool nuget:?package=Weingartner.Exceptional&version=1.2.6011.15583
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A LINQ compatible exception object.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Rx-Main (>= 2.2.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Weingartner.Exceptional:
Package | Downloads |
---|---|
Weingartner.Exceptional.ReactiveUI
Provide error handling for reactive and non reactive coding in ReactiveUI |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.0 | 819 | 9/14/2022 |
1.7.4-ci.2 | 617 | 10/3/2017 |
1.7.3 | 1,049 | 9/27/2017 |
1.7.2 | 892 | 9/27/2017 |
1.7.0 | 896 | 9/27/2017 |
1.6.0 | 958 | 5/24/2017 |
1.5.1 | 939 | 5/17/2017 |
1.4.6075.17448 | 1,162 | 8/19/2016 |
1.4.6075.17167 | 954 | 8/19/2016 |
1.4.6025.19568 | 1,004 | 6/30/2016 |
1.4.6025.12529 | 998 | 6/30/2016 |
1.4.6019.19986 | 1,010 | 6/24/2016 |
1.4.6019.19764 | 999 | 6/24/2016 |
1.4.6011.30924 | 1,383 | 6/16/2016 |
1.3.6011.28132 | 1,270 | 6/16/2016 |
1.2.6011.19372 | 2,397 | 6/16/2016 |
1.2.6011.17611 | 1,352 | 6/16/2016 |
1.2.6011.17569 | 1,340 | 6/16/2016 |
1.2.6011.15583 | 1,315 | 6/16/2016 |
1.2.6011.15243 | 1,325 | 6/16/2016 |
1.2.6010.30097 | 1,323 | 6/15/2016 |
1.1.6010.28803 | 1,289 | 6/15/2016 |
1.1.6010.18349 | 1,271 | 6/15/2016 |
1.0.0 | 1,222 | 6/15/2016 |
Enables you to carry a value or an exception through the code. The class is compatible with the .NET exception mechanism and will wrap thrown exceptions for you. This is
very helpfull when using RX and you don't want the Observer terminated because of an error but wish the error to be carried along as part of the data.