ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.EShellBrowserError.Create

Creates an instance of this exception class.

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