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