SearchCompletedEventArgsError Property |
Returns null if no Error occured, the Exception otherwise.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic Exception Error { get; }Public ReadOnly Property Error As Exception
Get
public:
property Exception^ Error {
Exception^ get ();
}member Error : Exception with get
Property Value
Exception
See Also