Share via


WebResourceErrorEventArgs(NSObject, NSError, WebDataSource) Constructor

Definition

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

public WebResourceErrorEventArgs(Foundation.NSObject identifier, Foundation.NSError withError, WebKit.WebDataSource dataSource);
new WebKit.WebResourceErrorEventArgs : Foundation.NSObject * Foundation.NSError * WebKit.WebDataSource -> WebKit.WebResourceErrorEventArgs

Parameters

identifier
NSObject

The value for the Identifier property.

withError
NSError

The value for the WithError property.

dataSource
WebDataSource

The value for the DataSource property.

Applies to