Share via


ExchangeConfigurationException constructor (LocalizedString, Exception)

The ExchangeConfigurationException(LocalizedString, Exception) constructor creates a new ExchangeConfigurationException object from an inner exception.

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

Syntax

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

Dim instance As New ExchangeConfigurationException(message, _
    innerException)
public ExchangeConfigurationException(
    LocalizedString message,
    Exception innerException
)

Parameters

See also

Reference

ExchangeConfigurationException class

ExchangeConfigurationException members

ExchangeConfigurationException overload

Microsoft.Exchange.Data namespace