Home
last modified time | relevance | path

Searched defs:SERIALIZED_ERROR_REPORT_HEADER (Results 1 – 1 of 1) sorted by path

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DRuntimeExceptionHelpers.cs276 private struct SERIALIZED_ERROR_REPORT_HEADER struct in System.RuntimeExceptionHelpers
278 … private int _errorReportSignature; // This is the version of the 'container format'.
279 …rivate int _exceptionSerializationVersion; // This is the version of the Exception format. It is
283 … private int _exceptionCount; // We just contain a logical array of exceptions.
284 …e int _loadedModuleCount; // Number of loaded modules. present when signature >= ER02.
288 public void WriteHeader(int nExceptions, int nLoadedModules) in WriteHeader()