WebKitBrowserErrorEventArgs Constructor
From WebKit .NET
| WebKit .NET |
| WebKitBrowserErrorEventArgs Constructor |
| WebKitBrowserErrorEventArgs Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the WebKitBrowserErrorEventArgs class.
Namespace:
WebKit
Assembly:
WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public WebKitBrowserErrorEventArgs( string description ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ description As String _ ) |
| Visual C++ |
|---|
public: WebKitBrowserErrorEventArgs( String^ description ) |
Parameters
- description
- Type: System..::.String
A description of the error that occurred.