|
VideoSourceErrorEventArgs Constructor (String, Exception)
|
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public VideoSourceErrorEventArgs(
string description,
Exception exception
)
Public Sub New (
description As String,
exception As Exception
)
Request Example
View SourceParameters
- description
- Type: SystemString
Error description. - exception
- Type: SystemException
Error exception.
See Also