Home
last modified time | relevance | path

Searched refs:SerializeExceptionsForDump (Results 1 – 1 of 1) sorted by last modified time

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DRuntimeExceptionHelpers.cs384 SerializeExceptionsForDump(currentException, exceptionCCWPtr, serializedExceptions); in GenerateExceptionInformationForDump()
390 …private static void SerializeExceptionsForDump(Exception currentException, IntPtr exceptionCCWPtr,… in SerializeExceptionsForDump() method in System.RuntimeExceptionHelpers