Accord.Video.VideoSourceErrorEventArgs.VideoSourceErrorEventArgs C# (CSharp) Метод

VideoSourceErrorEventArgs() публичный Метод

Initializes a new instance of the VideoSourceErrorEventArgs class.
public VideoSourceErrorEventArgs ( string description ) : System
description string Error description.
Результат System
        public VideoSourceErrorEventArgs( string description )
        {
            this.description = description;
        }
VideoSourceErrorEventArgs