CvExceptionFunctionName Property |
http://www.emgu.com
The name of the function the error is encountered
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic string FunctionName { get; set; }
Public Property FunctionName As String
Get
Set
public:
property String^ FunctionName {
String^ get ();
void set (String^ value);
}
member FunctionName : string with get, set
Property Value
Type:
String
See Also