Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFDebugWarningException Class
|
|
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.
Namespace: DPSF.Exceptions
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public class DPSFDebugWarningException : Exception,
IDPSFException
|
Visual Basic
|
Public Class DPSFDebugWarningException
Inherits Exception
Implements IDPSFException
|
Visual C++
|
public ref class DPSFDebugWarningException : public Exception,
IDPSFException
|
Inheritance Hierarchy
System..::..Object
System..::..Exception
DPSF.Exceptions..::..DPSFDebugWarningException
See Also
DPSFDebugWarningException Members
DPSF.Exceptions Namespace

Send comments on this topic to
|