TnefException class

The TnefException class represents an exception thrown when noncompliant Tnef data is encountered.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Exchange.Data.Common.LocalizedException
      Microsoft.Exchange.Data.ExchangeDataException
        Microsoft.Exchange.Data.ContentTypes.Tnef.TnefException

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class TnefException _
    Inherits ExchangeDataException
'Usage
Dim instance As TnefException
[SerializableAttribute]
public class TnefException : 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

TnefException members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace