Share via


NSSharingServiceDidFailToShareItemsEventArgs(NSObject[], NSError) Constructor

Definition

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

public NSSharingServiceDidFailToShareItemsEventArgs(Foundation.NSObject[] items, Foundation.NSError error);
new AppKit.NSSharingServiceDidFailToShareItemsEventArgs : Foundation.NSObject[] * Foundation.NSError -> AppKit.NSSharingServiceDidFailToShareItemsEventArgs

Parameters

items
NSObject[]

The value for the Items property.

error
NSError

The value for the Error property.

Applies to