C# Class Emgu.CV.Util.CvException

Inheritance: System.Exception
ファイルを表示 Open project: fajoy/RTSPExample

Public Methods

Method Description
CvException ( int status, String funcName, String errMsg, String fileName, int line ) : System

The default exception to be thrown when error is encountered in Open CV

Private Methods

Method Description
CvException ( ) : System

Method Details

CvException() public method

The default exception to be thrown when error is encountered in Open CV
public CvException ( int status, String funcName, String errMsg, String fileName, int line ) : System
status int The numeric code for error status
funcName String The source file name where error is encountered
errMsg String A description of the error
fileName String The source file name where error is encountered
line int The line number in the souce where error is encountered
return System