public sealed class FakeScheduler.SchedulerTimeoutException : Exception, ISerializableException 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).
Implements
ISerializableNamespace
Google.Api.Gax.TestingAssembly
Google.Api.Gax.Testing.dll
Constructors
SchedulerTimeoutException(string)
public SchedulerTimeoutException(string message)Constructs a new exception with the given message.
| Parameter | |
|---|---|
| Name | Description |
message |
stringMessage for the exception. |