MimeException Class
The MimeException class provides information about Multipurpose Internet Mail Extensions (MIME) errors in objects in the Microsoft.Exchange.Data.Mime namespace.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Exchange.Data.Common.LocalizedException
Microsoft.Exchange.Data.ExchangeDataException
Microsoft.Exchange.Data.Mime.MimeException
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MimeException _
Inherits ExchangeDataException
'Usage
Dim instance As MimeException
[SerializableAttribute]
public class MimeException : 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.