共用方式為


CLSErrorUserInfoKeys 類別

定義

包含用來存取錯誤資料的索引鍵。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static class CLSErrorUserInfoKeys
type CLSErrorUserInfoKeys = class
繼承
CLSErrorUserInfoKeys
屬性

屬性

ObjectKey

取得索引鍵,這個索引鍵可用來尋找造成錯誤的 物件。

UnderlyingErrorsKey

取得索引鍵,可用來尋找造成目前錯誤的基礎錯誤。

適用於