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