Share via


DependentProviderNotAvailableException.GetObjectData Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the serialization data needed to serialize the object.

Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in mediastreamingobjectmodel.dll)

Usage

    Dim instance As DependentProviderNotAvailableException
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
    The SerializationInfo object.
  • context
    The StreamingContext object.

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 Vista x64, Windows 7 x64, Windows Server 2008 x64, Windows Server 2008 R2 x64

Target Platforms

See Also

Reference

DependentProviderNotAvailableException Class
DependentProviderNotAvailableException Members
Microsoft.WindowsServerSolutions.MediaStreaming Namespace