C# 클래스 Accord.Video.VideoException

Video related exception.

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

상속: System.Exception
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
VideoException ( string message ) : System

Initializes a new instance of the VideoException class.

메소드 상세

VideoException() 공개 메소드

Initializes a new instance of the VideoException class.
public VideoException ( string message ) : System
message string Exception's message.
리턴 System