collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSFDefaultSettings
.
.
::
..ThrowDebugWarningExceptions Property
gradient

Get and set if DPSF Debug Warning Exceptions should be thrown or not.

These exceptions are typically thrown as a warning to the user that they do not have DPSF configured ideally.

This will only return true (default) if we are running in Debug mode (i.e. the DEBUG compilation symbol is defined) and a debugger is attached. This is done to prevent these exceptions from being thrown when software compiled in Debug mode is released.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public static bool ThrowDebugWarningExceptions { getset; }

Visual Basic

Public Shared Property ThrowDebugWarningExceptions As Boolean

 Get

 Set

Visual C++

public:

static property bool ThrowDebugWarningExceptions {

 bool get ();

 void set (bool value);

}

Property Value

Type: Boolean

collapse_allSee Also

DPSFDefaultSettings Class

DPSFDefaultSettings Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com