Share via


SKRequestErrorEventArgs(NSError) Constructor

Definition

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

public SKRequestErrorEventArgs(Foundation.NSError error);
new StoreKit.SKRequestErrorEventArgs : Foundation.NSError -> StoreKit.SKRequestErrorEventArgs

Parameters

error
NSError

The value for the Error property.

Applies to