Skip to content

P_CodeJam_CodeExceptions_BreakOnException

Andrew Koryavchenko edited this page Jun 17, 2018 · 8 revisions

CodeExceptions.BreakOnException Property

If true, breaks execution if debugger is attached and assertion is failed. Enabled by default.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static bool BreakOnException { get; set; }

VB

Public Shared Property BreakOnException As Boolean
	Get
	Set

F#

static member BreakOnException : bool with get, set

Property Value

Type: Boolean
true if the execution will break on exception creation; otherwise, false.

See Also

Reference

CodeExceptions Class
CodeJam Namespace

Clone this wiki locally