Click or drag to resize

WebStorageOverflowException Constructor

Initializes a new instance of the Exception class with a specified error message.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public WebStorageOverflowException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also