This documentation is archived and is not being maintained.
ExceptionRoutedEventArgs::ErrorException Property
Visual Studio 2010
Gets the exception that caused the error condition.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| SecurityException | The attempt to access the media file is denied. |
| FileNotFoundException | The media file is not found. |
| FileFormatException | The media file format is not supported by any installed codec. -or- The file format is not recognized. |
| NotSupportedException | Windows Media Player version 10 or later is not detected. -or- Video resources are insufficient for media playback. |
| COMException | A COM error code appears. |
The following example creates a simple event handler for ExceptionRoutedEventArgs.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: