Skip to content

P_CodeJam_CodeExceptions_BreakOnException

andrewvk edited this page Apr 1, 2016 · 8 revisions

CodeExceptions.BreakOnException Property

[This is preliminary documentation and is subject to change.]

If true, breaks execution on assertion failure. Enabled by default.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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

See Also

Reference

CodeExceptions Class
CodeJam Namespace

Clone this wiki locally