Share via


DependentProviderNotAvailableException Class

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

Represents errors that occur during Media Streaming Object Model operations.

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

Usage

    Dim instance As DependentProviderNotAvailableException

Syntax

'Declaration
<SerializableAttribute> _
Public Class DependentProviderNotAvailableException
    Inherits Exception
[SerializableAttribute] 
public class DependentProviderNotAvailableException : Exception
[SerializableAttribute] 
public ref class DependentProviderNotAvailableException : public Exception
/** @attribute SerializableAttribute() */ 
public class DependentProviderNotAvailableException extends Exception
SerializableAttribute 
public class DependentProviderNotAvailableException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.WindowsServerSolutions.MediaStreaming.DependentProviderNotAvailableException

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 Members
Microsoft.WindowsServerSolutions.MediaStreaming Namespace