Share via


TextConvertersException Constructor (SerializationInfo, StreamingContext)

The TextConvertersException constructor creates a new TextConvertersException object that can be serialized by using info and context.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

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

Parameters

  • context
    Describes the source and destination of the serialized stream and provides an additional caller-defined context.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003