Share via


SmoothStreamingErrorEventArgs.ErrorException Property

Gets or sets the ErrorException property.

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

Syntax

'Declaration

Public Property ErrorException As Exception
    Get
    Set
'Usage

Dim instance As SmoothStreamingErrorEventArgs
Dim value As Exception

value = instance.ErrorException

instance.ErrorException = value
public Exception ErrorException { get; set; }
public:
property Exception^ ErrorException {
    Exception^ get ();
    void set (Exception^ value);
}
member ErrorException : Exception with get, set
function get ErrorException () : Exception
function set ErrorException (value : Exception)

Property Value

Type: System.Exception
A SmoothStreamingException object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SmoothStreamingErrorEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace