SandboxDeadException

class SandboxDeadException : IsolateTerminatedException


Exception thrown when evaluation is terminated due the JavaScriptSandbox being dead. This can happen when close is called or when the sandbox process is killed by the framework.

Summary

Public constructors

Public constructors

SandboxDeadException

Added in 1.0.0-beta01
SandboxDeadException()

SandboxDeadException

Added in 1.0.0-beta01
SandboxDeadException(message: String)