Share via


ExchangeConfigurationException Class

The ExchangeConfigurationException exception is thrown if a problem is encountered with the configuration of the computer that is running Microsoft Exchange Server 2007.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Exchange.Data.Common.LocalizedException
      Microsoft.Exchange.Data.ExchangeConfigurationException

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

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