FormFix v6.0 for .NET - Updated
FormDefinitionReadException Constructor(Int32,String)



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

Parameters

errorNumber
A number that represents the reason you are creating this exception object.
message
A string that describes 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

FormDefinitionReadException Class
FormDefinitionReadException Members
Overload List

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