ByteEncoderException Constructor (SerializationInfo, StreamingContext)
The ByteEncoderException constructor creates a new ByteEncoderException that can be serialized by using information and context.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected ByteEncoderException (
SerializationInfo info,
StreamingContext context
)
protected:
ByteEncoderException (
SerializationInfo^ info,
StreamingContext context
)
protected ByteEncoderException (
SerializationInfo info,
StreamingContext context
)
protected function ByteEncoderException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Contains all the data that is needed to serialize or deserialize this ByteEncoderException object.
- 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