ShellBrowser Delphi Components Documentation
|
Creates an instance of this exception class using the passed message and object.
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. |