UtilDebugCauseBSOD Method

Causes a BSOD (Blue Screen of Death).

Please be aware that after causing the BSOD, the operating system will stop responding and a computer shutdown/restart will be required.

Definition

Namespace: DevCase.Core.Diagnostics.Debugging.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void CauseBSOD(
	NTStatus errorCode = NTStatus.ASSERTION_FAILURE
)

Parameters

errorCode  NTStatus  (Optional)

[Missing <param name="errorCode"/> documentation for "M:DevCase.Core.Diagnostics.Debugging.Common.UtilDebug.CauseBSOD(DevCase.Win32.Enums.NTStatus)"]

See Also