SysUtils.ExceptionErrorMessage

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From SysUtils.pas

	function ExceptionErrorMessage(ExceptObject: TObject;
		ExceptAddr: Pointer;
		Buffer: PWideChar;
		Size: Integer): Integer;


Unit: SysUtils

Type: function

Visibility: public

C++ Information

From SysUtils.hpp

	int __fastcall ExceptionErrorMessage(System::TObject * ExceptObject,
		void * ExceptAddr,
		wchar_t * Buffer,
		int Size);


Unit: SysUtils

Type: function

Description

Formats a standard error message.


Call ExceptionErrorMessage to assemble an error message that indicates the object associated with the current exception and the location at which the exception was raised. The assembled message is written into the buffer provided by the Buffer parameter. Specify the size of this buffer using the Size parameter.

ExceptionErrorMessage returns the number of bytes in the assembled error message.

See Also

Personal tools
Translations
Newest Version