MailboxExtensionNotFoundException.GetObjectData Method
Populates an object with the data needed to serialize the MailboxExtensionNotFoundException.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Usage
'Usage
Dim instance As MailboxExtensionNotFoundException
Dim info As SerializationInfo
Dim context As StreamingContext
instance.GetObjectData(info, context)
Syntax
'Declaration
Public Overrides Sub GetObjectData ( _
info As SerializationInfo, _
context As StreamingContext _
)
public override void GetObjectData (
SerializationInfo info,
StreamingContext context
)
public:
virtual void GetObjectData (
SerializationInfo^ info,
StreamingContext context
) override
public void GetObjectData (
SerializationInfo info,
StreamingContext context
)
public override function GetObjectData (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
A reference to the serialization information.
- context
The streaming context.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64
Target Platforms
Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials, Windows Server 2012 Essentials
See Also
Reference
MailboxExtensionNotFoundException Class
MailboxExtensionNotFoundException Members
Microsoft.WindowsServerSolutions.Common Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.