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.

See also

Reference

ExchangeDataException members

Microsoft.Exchange.Data namespace

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Exchange.Data.Common.LocalizedException
      Microsoft.Exchange.Data.ExchangeDataException
        Microsoft.Exchange.Data.ContentTypes.iCalendar.InvalidCalendarDataException
        Microsoft.Exchange.Data.ContentTypes.Tnef.TnefException
        Microsoft.Exchange.Data.ContentTypes.vCard.InvalidContactDataException
        Microsoft.Exchange.Data.Globalization.InvalidCharsetException
        Microsoft.Exchange.Data.Globalization.UnknownCultureException
        Microsoft.Exchange.Data.Mime.Encoders.ByteEncoderException
        Microsoft.Exchange.Data.Mime.MimeException
        Microsoft.Exchange.Data.TextConverters.TextConvertersException