다음을 통해 공유


ExchangeConfigurationException Constructor (SerializationInfo, StreamingContext)

The ExchangeConfigurationException constructor creates a new serializable ExchangeConfigurationException object.

Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ExchangeConfigurationException (
    SerializationInfo info,
    StreamingContext context
)
protected:
ExchangeConfigurationException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected ExchangeConfigurationException (
    SerializationInfo info, 
    StreamingContext context
)
protected function ExchangeConfigurationException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    The SerializationInfo object that holds the serialized object data about the exception being thrown.
  • context
    The StreamingContext object that contains contextual information about the source or destination.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003