ExchangeDataException Class

The ExchangeDataException class represents exceptions that are caused by invalid input data.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Exchange.Data.Common.LocalizedException
      Microsoft.Exchange.Data.ExchangeDataException
        

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

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

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.