Occurs when an error or exception occur during the streaming process.
Syntax
Event Data
The event handler receives an argument of type StreamingErrorEventArgs containing data related to this event. The following StreamingErrorEventArgs properties provide information specific to this event.
Property | Description |
---|
Error |
Gets the exception that caused the streaming error.
|
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also