FormFix v6.0 for .NET - Updated
FormDirectorException Constructor(Int32)



Accusoft.FormDirectorSdk Namespace > FormDirectorException Class > FormDirectorException Constructor : FormDirectorException Constructor(Int32)
A number that represents the reason you are creating this exception object.
Initializes a new instance of the FormDirectorException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorNumber As Integer _
)
'Usage
 
Dim errorNumber As Integer
 
Dim instance As New FormDirectorException(errorNumber)
public FormDirectorException( 
   int errorNumber
)
public:
FormDirectorException( 
   int 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

FormDirectorException Class
FormDirectorException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.