Click or drag to resize
Accord.NET (logo)

VideoSourceErrorEventArgs Constructor (String)

Initializes a new instance of the VideoSourceErrorEventArgs class.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public VideoSourceErrorEventArgs(
	string description
)
Request Example View Source

Parameters

description
Type: SystemString
Error description.
See Also