public sealed class SchedulerTimeoutException : Exception, ISerializable, _ExceptionException 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).
Namespace
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. |