API:System.Win.ComObj.IServerExceptionHandler.OnException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnException(  const ServerClass, ExceptionClass, ErrorMessage: WideString; ExceptAddr: NativeInt; const ErrorIID, ProgID: WideString; var Handled: Integer; var Result: HResult); dispid 2;

C++

virtual void __fastcall OnException(const System::WideString ServerClass, const System::WideString ExceptionClass, const System::WideString ErrorMessage, NativeInt ExceptAddr, const System::WideString ErrorIID, const System::WideString ProgID, int &Handled, HRESULT &Result) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj IServerExceptionHandler

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!