There was an error while loading. Please reload this page.
If true, breaks execution if debugger is attached and assertion is failed. Enabled by default.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool BreakOnException { get; set; }
VB
Public Shared Property BreakOnException As Boolean Get Set
F#
static member BreakOnException : bool with get, set
Type: Booleantrue if the execution will break on exception creation; otherwise, false.
true
false
CodeExceptions ClassCodeJam Namespace