Share via


DependentProviderNotAvailableException Constructor (String)

[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 message.

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

Usage

    Dim message As String

Dim instance As New DependentProviderNotAvailableException(message)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public DependentProviderNotAvailableException (
    string message
)
public:
DependentProviderNotAvailableException (
    String^ message
)
public DependentProviderNotAvailableException (
    String message
)
public function DependentProviderNotAvailableException (
    message : String
)

Parameters

  • message
    The error message that explains the reason 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