Dart API Reference
dart:isolate
IsolateSpawnException
IsolateSpawnException
class
Thrown when an isolate cannot be created.
Thrown when an isolate cannot be created.
Implements
Exception
Constructors
IsolateSpawnException
(
String
message
)
Instance Properties
message
String
read-only
Error message reported by the spawn operation.
Instance Methods
toString
(
) →
String
Returns a string representation of this object.