cc6f93ae1c2cfba76f6515d0e2f6f705c55b14f0
A new `DeleteObjectFailedException` class was introduced in the `ReC.Application.Common.Exceptions` namespace to handle errors related to failed delete operations. This class includes: - A `Procedure` property of type `DeleteObjectProcedure` to provide context about the failed operation. - Three constructors to support different levels of detail (procedure only, procedure with a message, and procedure with a message and inner exception). Additionally, a `using` directive for the `ReC.Application.Common.Procedures.DeleteProcedure` namespace was added to support the `DeleteObjectProcedure` type.
Description
Languages
C#
100%