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."],[[["This page details the `SpannerException` class, which represents errors encountered while interacting with the Spanner database."],["The latest version of the documentation available is for version 5.0.0-beta05, with numerous older versions also documented, spanning down to 3.5.0."],["The `SpannerException` class inherits from the standard .NET `Exception` class and implements the `ISerializable` interface, adding Spanner-specific error handling."],["Key properties of `SpannerException` include `ErrorCode`, `IsRetryable`, and `RecommendedRetryDelay`, providing information on the nature of the error and retry guidance."],["The `SpannerException` class also contains two constructors, one with an `ErrorCode` and message, the other with `Status`, as well as a derived type `SpannerBatchNonQueryException`."]]],[]]