AForge.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