Video related exception.

Namespace:  AForge.Video
Assembly:  AForge.Video (in AForge.Video.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public class VideoException : Exception

Remarks

The exception is thrown in the case of some video related issues, like failure of initializing codec, compression, etc.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    AForge.Video..::.VideoException

See Also