Accusoft.FormDirector3.Net - Updated August 4, 2020
InvalidParameterException Constructor(Int32)




Accusoft.FormDirectorSdk Namespace > InvalidParameterException Class > InvalidParameterException Constructor : InvalidParameterException Constructor(Int32)
A number that represents the reason you are creating this exception object.
Initializes a new instance of the InvalidParameterException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorNumber As Integer _
)
 
'Usage
 
Dim errorNumber As Integer
 
Dim instance As New InvalidParameterException(errorNumber)

Parameters

errorNumber
A number that represents the reason you are creating this exception object.
Remarks
Normally, you will have no reason to construct an instance of this class. Instead, the FormDirector component will construct and throw exceptions of this type as needed.
See Also

Reference

InvalidParameterException Class
InvalidParameterException Members
Overload List