DPSF.Exceptions
Namespace with 8 public types
Classes
DPSFArgumentException
An ArgumentException thrown by a DPSF component.
DPSFArgumentNullException
An ArgumentNullException thrown by a DPSF component.
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.
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.
DPSFInvalidOperationException
An InvalidOperationException thrown by a DPSF component.
DPSFKeyNotFoundException
A KeyNotFoundException thrown by a DPSF exception.
DPSFNullReferenceException
A NullReferenceException thrown by a DPSF component.
Interfaces
IDPSFException
Interface implemented by all DPSF Exceptions so they are easily distinguishable from other exceptions.