ExchangeConfigurationException class
The ExchangeConfigurationException exception is thrown if a problem is encountered with the configuration of the computer that is running the Exchange server.
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.