UNErrorCodeExtensions.GetDomain(UNErrorCode) 方法

定义

返回与 UserNotifications.UNErrorCode 值关联的错误域

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

参数

self
UNErrorCode

枚举值

返回

错误代码的错误域。

注解

NSError有关报告错误时如何使用错误域的信息,请参阅 。

适用于