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
DPSF.Exceptions Namespace
gradient
collapse_all
Classes

Class

Description

pubclass

DPSFArgumentException

An ArgumentException thrown by a DPSF component.

pubclass

DPSFArgumentNullException

An ArgumentNullException thrown by a DPSF component.

pubclass

DPSFDebugWarningException

A warning Exception thrown by a DPSF component when the user is not configuring DPSF ideally. These are useful for helping users ensure that they have DPFS configured for optimal performance.

NOTE: These exceptions can be disabled by setting the DPSFHelper.ThrowDebugWarningExceptions property to false.

pubclass

DPSFException

An Exception thrown by a DPSF component.

NOTE: The other DSPF Exceptions do not inherit from this DPSFException. They each inherit from their non-DPSF equivalent exceptions.

pubclass

DPSFInvalidOperationException

An InvalidOperationException thrown by a DPSF component.

pubclass

DPSFKeyNotFoundException

A KeyNotFoundException thrown by a DPSF exception.

pubclass

DPSFNullReferenceException

A NullReferenceException thrown by a DPSF component.

collapse_allInterfaces

 

Interface

Description

pubinterface

IDPSFException

Interface implemented by all DPSF Exceptions so they are easily distinguishable from other exceptions.

footer

Send comments on this topic to
Dan@DansKingdom.com