ExceptionPropertyURIType Enum

Definition

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

attachmentContent 2

Indicates that the attachment Content property contains an error.

attachmentContentType 1

Indicates that the attachment ContentType property contains an error.

attachmentName 0

Indicates that the attachment Name (AttachmentType) property contains an error.

recurrenceDayOfMonth 6

Indicates that the recurrence DayOfMonth 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.

recurrenceInterval 7

Indicates that the recurrence Interval property contains an error.

recurrenceMonth 3

Indicates that the recurrence Month 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.

Applies to