次の方法で共有


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

現在のエラーの原因となった基になるエラーを見つけるために使用できるキーを取得します。

適用対象