Class UserDataCreationException
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
Thrown when the user data directory cannot be created.
public sealed class UserDataCreationException : EngineInitializationException, ISerializable
- Inheritance
-
UserDataCreationException
- Implements
- Inherited Members
Remarks
This exception indicates that the Chromium engine failed to create the user data directory.
This can happen due to:
- insufficient permissions to create the directory, or
- the path is invalid or inaccessible.
To resolve this issue:
- ensure the application has write permissions to the parent directory, or
- specify a different user data directory via
UserDataDirectory property.
Properties
- UserDataDirectory
Gets the user data directory path that could not be created.