Exceptions ThrowFromPtr Method Fling OS
Throws the specified exception. Implementation used is eaxctly the same as Throw (exact same plug used) just allows another way to throw an exception.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = null)]
public static void ThrowFromPtr(
	uint* exPtr
)

Parameters

exPtr
Type: System UInt32*
The pointer to the exception to throw.
See Also