TextConvertersException class

The TextConvertersException exception is thrown when a data format error causes an unrecoverable error.

Inheritance hierarchy

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

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

Syntax

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

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

TextConvertersException members

Microsoft.Exchange.Data.TextConverters namespace