Accord.Video.VideoSourceErrorEventArgs.VideoSourceErrorEventArgs C# (CSharp) Méthode

VideoSourceErrorEventArgs() public méthode

Initializes a new instance of the VideoSourceErrorEventArgs class.
public VideoSourceErrorEventArgs ( string description ) : System
description string Error description.
Résultat System
        public VideoSourceErrorEventArgs( string description )
        {
            this.description = description;
        }
VideoSourceErrorEventArgs