[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["`OperationFailedException` is a .NET exception class used to signal that a long-running operation has encountered a failure."],["This exception inherits from the base `Exception` class and implements the `ISerializable` interface, making it compatible with .NET's serialization mechanisms."],["The `OperationFailedException` class provides access to the original failed `Operation` and its `Status` message, allowing for detailed error analysis."],["There are several versions of this exception available, ranging from version 2.2.0 up to the latest version 3.3.0, accessible via the provided documentation links."],["It has a constructor `OperationFailedException(Operation operation)` which creates the exception object from a failed operation."]]],[]]