For retryable SpannerException, this value represents
the recommended minimum retry delay. It might or might not
be present, even if this exception is retryable.
[[["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-04-09 UTC."],[[["The page details the `SpannerException` class within the `Google.Cloud.Spanner.Data` namespace, which represents errors when communicating with the Spanner database in .NET."],["`SpannerException` inherits from the base `Exception` class and implements the `ISerializable` interface, allowing for detailed exception management and serialization."],["The latest version available is 5.0.0-beta05, with several previous versions also documented, including various releases from the 3.x and 4.x series."],["Key properties of `SpannerException` include `ErrorCode` to classify the error, `IsRetryable` to indicate if a retry might succeed, and `RecommendedRetryDelay` to suggest a minimum delay for retries."],["The `SpannerException` class has two constructors, allowing you to create instances using an `ErrorCode` and message or using a `Status` object, and there is also an extension method to check for transient Spanner faults."]]],[]]