|
Class
|
Description
|
![pubclass](pubclass.gif)
|
DPSFArgumentException
|
An ArgumentException thrown by a DPSF component.
|
![pubclass](pubclass.gif)
|
DPSFArgumentNullException
|
An ArgumentNullException thrown by a DPSF component.
|
![pubclass](pubclass.gif)
|
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](pubclass.gif)
|
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](pubclass.gif)
|
DPSFInvalidOperationException
|
An InvalidOperationException thrown by a DPSF component.
|
![pubclass](pubclass.gif)
|
DPSFKeyNotFoundException
|
A KeyNotFoundException thrown by a DPSF exception.
|
![pubclass](pubclass.gif)
|
DPSFNullReferenceException
|
A NullReferenceException thrown by a DPSF component.
|