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.27.0
Syntaxpublic WebStorageOverflowException(
	string message
)
Parameters
- message
 - Type: SystemString
The message that describes the error. 
See Also