![collapse_all](collapse_all.gif) ![expand_all](expand_all.gif) ![dropdown](dropdown.gif) ![dropdownHover](dropdownhover.gif) ![copycode](copycode.gif) ![copycodeHighlight](copycodehighlight.gif)
Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFArgumentException Constructor (String, String)
|
|
Initializes a new instance of the DPSFArgumentException class.
Namespace: DPSF.Exceptions
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public DPSFArgumentException(
string paramName,
string message
)
|
Visual Basic
|
Public Sub New (
paramName As String,
message As String
)
|
Visual C++
|
public:
DPSFArgumentException(
String^ paramName,
String^ message
)
|
Parameters
paramName
Type: System..::..String
Name of the parameter that is null.
message
Type: System..::..String
The error message that explains the reason for the exception.
See Also
DPSFArgumentException Class
DPSFArgumentException Members
DPSFArgumentException Overload
DPSF.Exceptions Namespace
![footer](footer.gif)
Send comments on this topic to
|