71defc0e4ca05d3421371deac5adccdde7239d09
A new `ReCApiException` class was introduced in the `ReC.Client` namespace to represent errors returned by the ReC API. The class includes properties for detailed error information: - `StatusCode`, `ReasonPhrase`, `ResponseBody`, `Method`, and `RequestUri`. A constructor was added to initialize these properties. Conditional compilation directives ensure compatibility between .NET Framework and other .NET targets. The class is marked as `[Serializable]` for non-.NET Framework targets.
Description
Languages
C#
100%