Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New TextConvertersException(info, context)
protected TextConvertersException(
    SerializationInfo info,
    StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoContains all the data that is needed to serialize or deserialize this TextConvertersException object.
context
Type: System.Runtime.Serialization.StreamingContextDescribes the source and destination of the serialized stream and provides an additional caller-defined context.
See also
Reference
TextConvertersException members