Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFNullReferenceException Class
|
Also
|
A NullReferenceException thrown by a DPSF component.
Namespace: DPSF.Exceptions
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public class DPSFNullReferenceException : NullReferenceException,
IDPSFException
|
Visual Basic
|
Public Class DPSFNullReferenceException
Inherits NullReferenceException
Implements IDPSFException
|
Visual C++
|
public ref class DPSFNullReferenceException : public NullReferenceException,
IDPSFException
|
Inheritance Hierarchy
System..::..Object
System..::..Exception
System..::..SystemException
System..::..NullReferenceException
DPSF.Exceptions..::..DPSFNullReferenceException
See Also
DPSFNullReferenceException Members
DPSF.Exceptions Namespace
Send comments on this topic to
|