public sealed class FakeScheduler.SchedulerTimeoutException : Exception, ISerializable
Exception designed not to be caught by tests (which may deliberately expect a timeout of another kind, for example).
This exception indicates that the scheduler timed out either in simulated time (e.g. a busy loop with a condition
never being satisfied) or in wall time (e.g. user code was waiting for a task which was never going to complete, due
to a deadlock).
[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFakeScheduler.SchedulerTimeoutException\u003c/code\u003e is an exception class designed to indicate a timeout within a scheduler, either in simulated time or wall time.\u003c/p\u003e\n"],["\u003cp\u003eThis exception is specifically meant to be uncaught by tests, which may be anticipating different types of timeouts.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eException\u003c/code\u003e class and implements the \u003ccode\u003eISerializable\u003c/code\u003e interface, allowing it to be serialized for storage or transfer.\u003c/p\u003e\n"],["\u003cp\u003eThe exception provides a constructor that takes a message string to describe the specific timeout condition.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGoogle.Api.Gax.Testing\u003c/code\u003e namespace contains this exception, indicating its use within the Google.Api.Gax testing framework.\u003c/p\u003e\n"]]],[],null,[]]