Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
DPSFArgumentNullException Constructor (String)
|
|
Initializes a new instance of the DPSFArgumentNullException class.
Namespace: DPSF.Exceptions
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public DPSFArgumentNullException(
string message
)
|
Visual Basic
|
Public Sub New (
message As String
)
|
Visual C++
|
public:
DPSFArgumentNullException(
String^ message
)
|
Parameters
message
Type: System..::..String
The error message that explains the reason for the exception.
See Also
DPSFArgumentNullException Class
DPSFArgumentNullException Members
DPSFArgumentNullException Overload
DPSF.Exceptions Namespace
![footer](footer.gif)
Send comments on this topic to
|