| CvExceptionFileName Property |
http://www.emgu.com
The source file name where 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 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