Dart SDK
dart:async
TimeoutException
TimeoutException
Dart SDK
dart:async
TimeoutException
class
TimeoutException
Properties
Constructors
Methods
Dart SDK
dart:async
Typedefs
CreatePeriodicTimerHandler
CreateTimerHandler
ErrorCallbackHandler
ForkHandler
HandleUncaughtErrorHandler
PrintHandler
RegisterBinaryCallbackHandler
RegisterCallbackHandler
RegisterUnaryCallbackHandler
RunBinaryHandler
RunHandler
RunUnaryHandler
ScheduleMicrotaskHandler
ZoneBinaryCallback
ZoneCallback
ZoneUnaryCallback
Functions
runZoned
scheduleMicrotask
Classes
Completer
DeferredLibrary
EventSink
Future
Stream
StreamConsumer
StreamController
StreamIterator
StreamSink
StreamSubscription
StreamTransformer
StreamView
SynchronousStreamController
Timer
Zone
ZoneDelegate
ZoneSpecification
Exceptions
AsyncError
DeferredLoadException
TimeoutException
Thrown when a scheduled timeout happens while waiting for an async result.
Implements
Exception
Properties
Duration
duration
read-only
The duration that was exceeded.
String
message
read-only
Description of the cause of the timeout.
Constructors
TimeoutException
(
String
message
, [
Duration
duration
])
Methods
toString
(
) →
String
Returns a string representation of this object.
TimeoutException
Properties
duration
message
Constructors
TimeoutException
Methods
toString