SearchCompletedEventArgsError Property |
Returns null if no Error occured, the Exception otherwise.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public Exception Error { get; }
Public ReadOnly Property Error As Exception
Get
public:
property Exception^ Error {
Exception^ get ();
}
member Error : Exception with get
Property Value
Type:
ExceptionSee Also