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