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