Click or drag to resize
GemFireExceptionGenerateMiniDump Method (Int32, IntPtr)

Note: This API is now obsolete.

Generate a minidump of the current process in the directory specified for log files using "log-file" property. This is equivalent to the ".dump /ma" command of windbg.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use external tools to generate dump")]
public static string GenerateMiniDump(
	int exceptionCode,
	IntPtr exceptionPointers
)

Parameters

exceptionCode
Type: SystemInt32
exceptionPointers
Type: SystemIntPtr

Return Value

Type: String
See Also