[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]