Class SandboxNotSupportedException
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
Thrown when the current environment does not support creating processes within a new user namespace, preventing Chromium from being launched in sandbox mode.
public sealed class SandboxNotSupportedException : EngineInitializationException, ISerializable
- Inheritance
-
SandboxNotSupportedException
- Implements
- Inherited Members
Remarks
When this exception is thrown, consider disabling the sandbox mode via
SandboxDisabled property or by adding the
--no-sandbox switch to ChromiumSwitches.
For more information, see https://teamdev.com/dotnetbrowser/docs/guides/gs/chromium/#sandbox.