ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.EShellBrowserError.Create

Creates an instance of this exception class using the passed message and object.

Syntax
Pascal
constructor Create(pErrorCode: HResult; const pHasDebugInfo: IInterface); overload;
Parameters 
Description 
pErrorCode: HResult 
The HResult that identified the error that occured. 
const pHasDebugInfo: IInterface 
If the passed object implements IHasDebugInfo, information is attached.