ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.EShellBrowserError.Create

Creates an instance of this exception class.

Syntax
Pascal
constructor Create(pErrorCode: HResult; const pMessage: string = ''); overload;
Parameters 
Description 
pErrorCode: HResult 
The HResult that identified the error that occured. 
const pMessage: string = '' 
The message that describes the error that occured.