MediaStreamSource.ErrorOccurred Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Developers call this method whenever an unrecoverable error has occurred in the MediaStreamSource. This will cause the MediaFailed event to be raised.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- errorDescription
- Type: System.String
A string describing the error.
Show: