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"]],[["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."],[[["\u003cp\u003eThe page details the \u003ccode\u003eSpannerException\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Spanner.Data\u003c/code\u003e namespace, which represents errors when communicating with the Spanner database in .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerException\u003c/code\u003e inherits from the base \u003ccode\u003eException\u003c/code\u003e class and implements the \u003ccode\u003eISerializable\u003c/code\u003e interface, allowing for detailed exception management and serialization.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eSpannerException\u003c/code\u003e include \u003ccode\u003eErrorCode\u003c/code\u003e to classify the error, \u003ccode\u003eIsRetryable\u003c/code\u003e to indicate if a retry might succeed, and \u003ccode\u003eRecommendedRetryDelay\u003c/code\u003e to suggest a minimum delay for retries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerException\u003c/code\u003e class has two constructors, allowing you to create instances using an \u003ccode\u003eErrorCode\u003c/code\u003e and message or using a \u003ccode\u003eStatus\u003c/code\u003e object, and there is also an extension method to check for transient Spanner faults.\u003c/p\u003e\n"]]],[],null,[]]