Share via


WebFailureToImplementPolicyEventArgs(NSError, WebFrame) Constructor

Definition

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

public WebFailureToImplementPolicyEventArgs(Foundation.NSError error, WebKit.WebFrame frame);
new WebKit.WebFailureToImplementPolicyEventArgs : Foundation.NSError * WebKit.WebFrame -> WebKit.WebFailureToImplementPolicyEventArgs

Parameters

error
NSError

The value for the Error property.

frame
WebFrame

The value for the Frame property.

Applies to