Share via


DependentProviderNotAvailableException Constructor (DependentProvider, SerializationInfo, StreamingContext)

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

Initializes a new instance of the DependentProviderNotAvailableException class with the specified provider and serialization data.

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

Usage

    Dim provider As DependentProvider
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New DependentProviderNotAvailableException(provider, info, context)

Syntax

'Declaration
Protected Sub New ( _
    provider As DependentProvider, _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected DependentProviderNotAvailableException (
    DependentProvider provider,
    SerializationInfo info,
    StreamingContext context
)
protected:
DependentProviderNotAvailableException (
    DependentProvider provider, 
    SerializationInfo^ info, 
    StreamingContext context
)
protected DependentProviderNotAvailableException (
    DependentProvider provider, 
    SerializationInfo info, 
    StreamingContext context
)
protected function DependentProviderNotAvailableException (
    provider : DependentProvider, 
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • provider
    The service or provider that was unavailable and caused the exception.
  • info
    The SerializationInfo object that contains the serialized information for the exception.
  • context
    The StreamingContext object that contains the context information for the exception.

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