ExchangeConfigurationException Constructor (String)
The ExchangeConfigurationException constructor creates a new ExchangeConfigurationException exception with the error message message.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ExchangeConfigurationException (
string message
)
public:
ExchangeConfigurationException (
String^ message
)
public ExchangeConfigurationException (
String message
)
public function ExchangeConfigurationException (
message : String
)
Parameters
- message
The error message for this ExchangeConfigurationException.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003