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(const pMessage: string; const pHasDebugInfo: IInterface); overload;
Parameters 
Description 
const pMessage: string 
The message that describes the error that occured. 
const pHasDebugInfo: IInterface 
If the passed object implements IHasDebugInfo, information is attached.