StreamUpdatedListEventArgs Constructor (Exception, Object)

Initializes a new instance of the StreamUpdatedListEventArgs class.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Sub New ( _
    error As Exception, _
    userState As Object _
)
'Usage

Dim error As Exception
Dim userState As Object

Dim instance As New StreamUpdatedListEventArgs(error, userState)
public StreamUpdatedListEventArgs(
    Exception error,
    Object userState
)
public:
StreamUpdatedListEventArgs(
    Exception^ error, 
    Object^ userState
)
new : 
        error:Exception * 
        userState:Object -> StreamUpdatedListEventArgs
public function StreamUpdatedListEventArgs(
    error : Exception, 
    userState : Object
)

Parameters

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

StreamUpdatedListEventArgs Class

StreamUpdatedListEventArgs Overload

Microsoft.Web.Media.SmoothStreaming Namespace