SearchExceptionEventArgsCurrentFile Property |
Get the file that was being processed when the exception occurred (full path).
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string CurrentFile { get; }Public ReadOnly Property CurrentFile As String
Get
public:
property String^ CurrentFile {
String^ get ();
}member CurrentFile : string with get
Property Value
String
See Also