Unit 'wasm.exceptions' Package
[Overview][Types][Procedures and functions][Index] [#wasm-utils]

TLastExceptionInfo

Declaration

Source position: wasm.exceptions.pas line 29

type TLastExceptionInfo = record

  ClassName: AnsiString;

  ClassNameLen: Integer;

  Message: UTF8String;

  MessageLen: Integer;

  more: Boolean;

end;


Documentation generated on: 2025-07-25