ByteEncoderException class

The ByteEncoderException class provides an exception for internal errors in the Microsoft.Exchange.Data.Mime.Encoders namespace.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Exchange.Data.Common.LocalizedException
      Microsoft.Exchange.Data.ExchangeDataException
        Microsoft.Exchange.Data.Mime.Encoders.ByteEncoderException

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

Syntax

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

ByteEncoderException members

Microsoft.Exchange.Data.Mime.Encoders namespace