OutOfMemoryError - C++ Builder

C++ Builder 参考手册 ➙ System::Sysutils ➙ OutOfMemoryError


抛出 EOutOfMemory (内存不足) 异常

头文件:#include
命名空间:System::Sysutils
函数原型:

void __fastcall OutOfMemoryError(void);

参数:

  • 无;

返回值:

  • 函数抛出 EOutOfMemory 异常,没有返回值;
  • FMX/VCL 在内存不足时调用这个函数抛出异常。

相关:

  • System::Sysutils::RaiseLastOSError
  • System::Sysutils::CheckOSError
  • System::Sysutils::Win32Check
  • System::Sysutils::ShowException
  • System::Sysutils::ExceptionErrorMessage
  • System::Sysutils::OutOfMemoryError
  • System::Sysutils::EOutOfMemory
  • System::Sysutils::Abort
  • System::Sysutils::EAbort
  • System::Sysutils
  • Vcl::Forms::TApplication::ShowException

C++ Builder 参考手册 ➙ System::Sysutils ➙ OutOfMemoryError

你可能感兴趣的:(OutOfMemoryError - C++ Builder)