Accusoft.Forms1 - Updated
FormSetReadException Constructor(String)



Accusoft.FormDirectorSdk Namespace > FormSetReadException Class > FormSetReadException Constructor : FormSetReadException Constructor(String)
A string that describes the reason you are creating this exception object.
Initializes a new instance of the FormSetReadException class.
Syntax
Public Function New( _
   ByVal message As String _
)
Dim message As String
 
Dim instance As New FormSetReadException(message)
public FormSetReadException( 
   string message
)
public:
FormSetReadException( 
   String^ message
)

Parameters

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

FormSetReadException Class
FormSetReadException Members
Overload List