WebStorageException Constructor |
Initializes a new instance of the Exception class with a specified error message.
Namespace:
DotNetBrowser.Frames
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public WebStorageException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also