次の方法で共有


UNErrorCodeExtensions.GetDomain(UNErrorCode) メソッド

定義

UserNotifications.UNErrorCode 値に関連付けられているエラー ドメインを返します

public static Foundation.NSString GetDomain (this UserNotifications.UNErrorCode self);
static member GetDomain : UserNotifications.UNErrorCode -> Foundation.NSString

パラメーター

self
UNErrorCode

列挙値

戻り値

エラー コードのエラー ドメイン。

注釈

エラーを NSError 報告するときにエラー ドメインを使用する方法については、 を参照してください。

適用対象