ExchangeConfigurationException Constructor (String, Exception)
The ExchangeConfigurationException 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 String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New ExchangeConfigurationException(message, _
innerException)
public ExchangeConfigurationException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
The error message for this ExchangeConfigurationException object.
- innerException
Type: System.Exception
The exception that caused this ExchangeConfigurationException to be thrown.