Share via


GKErrorEventArgs(NSError) Constructor

Definition

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

public GKErrorEventArgs(Foundation.NSError? error);
new GameKit.GKErrorEventArgs : Foundation.NSError -> GameKit.GKErrorEventArgs

Parameters

error
NSError

The value for the Error property.

Applies to