Share via


WebResourcePluginErrorEventArgs(NSError, WebDataSource) Constructor

Definition

Create a new instance of the WebResourcePluginErrorEventArgs with the specified event data.

public WebResourcePluginErrorEventArgs(Foundation.NSError error, WebKit.WebDataSource dataSource);
new WebKit.WebResourcePluginErrorEventArgs : Foundation.NSError * WebKit.WebDataSource -> WebKit.WebResourcePluginErrorEventArgs

Parameters

error
NSError

The value for the Error property.

dataSource
WebDataSource

The value for the DataSource property.

Applies to