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
- message
Type: Microsoft.Exchange.Data.Common.LocalizedString
A LocalizedString object to use for the error message for this ExchangeConfigurationException object.
- innerException
Type: System.Exception
The exception that caused this ExchangeConfigurationException to be thrown.