AForge.Video.VideoSourceErrorEventArgs.VideoSourceErrorEventArgs C# (CSharp) Method

VideoSourceErrorEventArgs() public method

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