Share via


ExchangeConfigurationException constructor (LocalizedString)

The ExchangeConfigurationException(LocalizedString) constructor creates a new ExchangeConfigurationException exception with a localized string for the error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As LocalizedString _
)
'Usage
Dim message As LocalizedString

Dim instance As New ExchangeConfigurationException(message)
public ExchangeConfigurationException(
    LocalizedString message
)

Parameters

See also

Reference

ExchangeConfigurationException class

ExchangeConfigurationException members

ExchangeConfigurationException overload

Microsoft.Exchange.Data namespace