MediaFailedEventArgsErrorException Property |
Gets the error exception.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Exception ErrorException { get; }
Public ReadOnly Property ErrorException As Exception
Get
Dim instance As MediaFailedEventArgs
Dim value As Exception
value = instance.ErrorException
member ErrorException : Exception with get
/** @property */
public Exception get_ErrorException()
function get ErrorException () : Exception
function get_ErrorException();
Property Value
Type:
Exception
See Also