PathToExceptionFieldType Class

The PathToExceptionFieldType class identifies particular errors in a request.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BasePathToElementType
    ExchangeWebServices.PathToExceptionFieldType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class PathToExceptionFieldType _
    Inherits BasePathToElementType
'Usage
Dim instance As PathToExceptionFieldType
[SerializableAttribute]
public class PathToExceptionFieldType : BasePathToElementType

Remarks

This is only used as part of an error response in the ResponseMessageTypeMessageXml object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.