Class FakeScheduler.SchedulerTimeoutException (4.3.1)

public sealed class FakeScheduler.SchedulerTimeoutException : Exception, ISerializable, _Exception

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).

Inheritance

object > Exception > FakeScheduler.SchedulerTimeoutException

Namespace

GoogleGoogle.ApiGaxTesting

Assembly

Google.Api.Gax.Testing.dll

Constructors

SchedulerTimeoutException(string)

public SchedulerTimeoutException(string message)

Constructs a new exception with the given message.

Parameter
NameDescription
messagestring

Message for the exception.