DependentProviderNotAvailableException Constructor (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 serialization data.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in mediastreamingobjectmodel.dll)
Usage
Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New DependentProviderNotAvailableException(info, context)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected DependentProviderNotAvailableException (
SerializationInfo info,
StreamingContext context
)
protected:
DependentProviderNotAvailableException (
SerializationInfo^ info,
StreamingContext context
)
protected DependentProviderNotAvailableException (
SerializationInfo info,
StreamingContext context
)
protected function DependentProviderNotAvailableException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- 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