OpenCVException.FuncName Property
|
The source file name where error is encountered
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic string FuncName { get; set; }
Public Property FuncName As String
Get
Set
public:
property String^ FuncName {
String^ get ();
void set (String^ value);
}
member FuncName : string with get, set
function get_FuncName();
function set_FuncName(value);
Property Value
Type:
String
See Also