Click or drag to resize

WebStorageSecurityException 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 WebStorageSecurityException(
	string message
)

Parameters

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