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