FormFix v6.0 for .NET - Updated
InvalidFilenameException Constructor(String,Exception)



Accusoft.FormDirectorSdk Namespace > InvalidFilenameException Class > InvalidFilenameException Constructor : InvalidFilenameException Constructor(String,Exception)
A string that describes the reason you are creating this exception object.
The original exception that caused you to create this exception object.
Initializes a new instance of the InvalidFilenameException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New InvalidFilenameException(message, innerException)
public InvalidFilenameException( 
   string message,
   Exception innerException
)
public:
InvalidFilenameException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string that describes the reason you are creating this exception object.
innerException
The original exception that caused you to create 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

InvalidFilenameException Class
InvalidFilenameException Members
Overload List

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