collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++

DPSF API Documentation

DPSFArgumentNullException Constructor (String, String)
gradient

Initializes a new instance of the DPSFArgumentNullException class.

Namespace: DPSF.Exceptions

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public DPSFArgumentNullException(

 string paramName,

 string message

)

Visual Basic

Public Sub New (

 paramName As String,

 message As String

)

Visual C++

public:

DPSFArgumentNullException(

 StringparamName,

 Stringmessage

)

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.

collapse_allSee Also

DPSFArgumentNullException Class

DPSFArgumentNullException Members

DPSFArgumentNullException Overload

DPSF.Exceptions Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com