| CvExceptionFunctionName Property |
http://www.emgu.com
The name of the function the error is encountered
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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