ExceptionPropertyURIType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 ExceptionPropertyURIType 标识错误中的违规属性路径。 这只会在 ResponseMessage 的 MessageXml 属性中发生。
public enum class ExceptionPropertyURIType
public enum ExceptionPropertyURIType
Public Enum ExceptionPropertyURIType
- 继承
-
ExceptionPropertyURIType
字段
| 名称 | 值 | 说明 |
|---|---|---|
| attachmentName | 0 | 指示附件名称 (AttachmentType) 属性包含错误。 |
| attachmentContentType | 1 | 指示附件 ContentType 属性包含错误。 |
| attachmentContent | 2 | 指示附件 Content 属性包含错误。 |
| recurrenceMonth | 3 | 指示定期 Month 属性包含错误。 |
| recurrenceDayOfWeekIndex | 4 | 指示定期 DayOfWeekIndex 属性包含错误。 |
| recurrenceDaysOfWeek | 5 | 指示定期 DaysOfWeek (DayOfWeekType) 属性包含错误。 |
| recurrenceDayOfMonth | 6 | 指示定期 DayOfMonth 属性包含错误。 |
| recurrenceInterval | 7 | 指示定期 Interval 属性包含错误。 |
| recurrenceNumberOfOccurrences | 8 | 指示定期 NumberOfOccurrences 属性包含错误。 |
| timezoneOffset | 9 | 指示时区 Offset 属性包含错误。 |
注解
此枚举由 FieldURI 类的 PathToExceptionFieldType 属性使用。