Class UserDataInUseException
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
Thrown when the user data directory is already in use by another Chromium engine instance.
public sealed class UserDataInUseException : EngineInitializationException, ISerializable
- Inheritance
-
UserDataInUseException
- Implements
- Inherited Members
Remarks
This exception indicates that another instance of the Chromium engine is currently using the same user data directory. Each Chromium engine instance requires exclusive access to its user data directory.
To resolve this issue, either:
- close the other instance using the same user data directory, or
- specify a different user data directory via
UserDataDirectory property.
Properties
- UserDataDirectory
Gets the user data directory path that is already in use.