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
message
Type: Microsoft.Exchange.Data.Common.LocalizedStringA LocalizedString object to use for the error message for this ExchangeConfigurationException object.
See also
Reference
ExchangeConfigurationException class
ExchangeConfigurationException members