ExceptionPropertyURIType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ExceptionPropertyURIType enumeration identifies offending property paths in an error. This will only occur within the MessageXml property of a ResponseMessage.
public enum class ExceptionPropertyURIType
public enum ExceptionPropertyURIType
Public Enum ExceptionPropertyURIType
- Inheritance
-
ExceptionPropertyURIType
Fields
Name | Value | Description |
---|---|---|
attachmentName | 0 | Indicates that the attachment Name (AttachmentType) property contains an error. |
attachmentContentType | 1 | Indicates that the attachment ContentType property contains an error. |
attachmentContent | 2 | Indicates that the attachment Content property contains an error. |
recurrenceMonth | 3 | Indicates that the recurrence Month property contains an error. |
recurrenceDayOfWeekIndex | 4 | Indicates that the recurrence DayOfWeekIndex property contains an error. |
recurrenceDaysOfWeek | 5 | Indicates that the recurrence DaysOfWeek (DayOfWeekType) property contains an error. |
recurrenceDayOfMonth | 6 | Indicates that the recurrence DayOfMonth property contains an error. |
recurrenceInterval | 7 | Indicates that the recurrence Interval property contains an error. |
recurrenceNumberOfOccurrences | 8 | Indicates that the recurrence NumberOfOccurrences property contains an error. |
timezoneOffset | 9 | Indicates that the time zone Offset property contains an error. |
Remarks
This enumeration is used by the FieldURI property of the PathToExceptionFieldType class.