Share via


NSApplicationFailedEventArgs(String, NSError) Constructor

Definition

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

public NSApplicationFailedEventArgs(string userActivityType, Foundation.NSError error);
new AppKit.NSApplicationFailedEventArgs : string * Foundation.NSError -> AppKit.NSApplicationFailedEventArgs

Parameters

userActivityType
String

The value for the UserActivityType property.

error
NSError

The value for the Error property.

Applies to