CvExceptionFileName Property |
http://www.emgu.com
The source file name where error is encountered
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic string FileName { get; set; }Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}member FileName : string with get, set
Property Value
Type:
String
See Also