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.StringThe error message for this ExchangeConfigurationException object.
innerException
Type: System.ExceptionThe exception that caused this ExchangeConfigurationException to be thrown.
See also
Reference
ExchangeConfigurationException class
ExchangeConfigurationException members