SandboxException
SandboxException Class¶
An error raised by the native sandbox-core library.
public sealed class SandboxException : System.Exception
Inheritance System.Object → System.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.