다음을 통해 공유


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 _
)
public ExchangeConfigurationException (
    string message,
    Exception innerException
)
public:
ExchangeConfigurationException (
    String^ message, 
    Exception^ innerException
)
public ExchangeConfigurationException (
    String message, 
    Exception innerException
)
public function ExchangeConfigurationException (
    message : String, 
    innerException : Exception
)

Parameters

  • innerException
    The exception that caused this ExchangeConfigurationException to be thrown.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003