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