Weingartner.Exceptional 1.2.6011.17611

There is a newer version of this package available.
See the version list below for details.
dotnet add package Weingartner.Exceptional --version 1.2.6011.17611
NuGet\Install-Package Weingartner.Exceptional -Version 1.2.6011.17611
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.17611" />
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.17611
#r "nuget: Weingartner.Exceptional, 1.2.6011.17611"
#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.17611

// Install Weingartner.Exceptional as a Cake Tool
#tool nuget:?package=Weingartner.Exceptional&version=1.2.6011.17611

A LINQ compatible exception object.

Product 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.

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 747 9/14/2022
1.7.4-ci.2 607 10/3/2017
1.7.3 1,015 9/27/2017
1.7.2 869 9/27/2017
1.7.0 887 9/27/2017
1.6.0 937 5/24/2017
1.5.1 929 5/17/2017
1.4.6075.17448 1,128 8/19/2016
1.4.6075.17167 946 8/19/2016
1.4.6025.19568 990 6/30/2016
1.4.6025.12529 974 6/30/2016
1.4.6019.19986 982 6/24/2016
1.4.6019.19764 972 6/24/2016
1.4.6011.30924 1,355 6/16/2016
1.3.6011.28132 1,260 6/16/2016
1.2.6011.19372 2,295 6/16/2016
1.2.6011.17611 1,332 6/16/2016
1.2.6011.17569 1,317 6/16/2016
1.2.6011.15583 1,293 6/16/2016
1.2.6011.15243 1,301 6/16/2016
1.2.6010.30097 1,291 6/15/2016
1.1.6010.28803 1,263 6/15/2016
1.1.6010.18349 1,250 6/15/2016
1.0.0 1,213 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.