Skip to content

SandboxException

SandboxException Class

An error raised by the native sandbox-core library.

public sealed class SandboxException : System.Exception

Inheritance System.ObjectSystem.Exception → SandboxException

Constructors

SandboxException(string) Constructor

Create a new SandboxException with the given message.

public SandboxException(string message);

Parameters

message System.String

The native error message.