FormFix v6.0 for .NET - Updated
InvalidFilenameException Class
Members 



Accusoft.FormDirectorSdk Namespace : InvalidFilenameException Class
An exception object that the FormSetFile and FormDefinitionFile objects will throw whenever an operation that requires a filename is used and the Filename property is set to an invalid path.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidFilenameException 
   Inherits System.Exception
'Usage
 
Dim instance As InvalidFilenameException
[Serializable()]
public sealed class InvalidFilenameException : System.Exception 
[Serializable()]
public ref class InvalidFilenameException sealed : public System.Exception 
Remarks

Below are some common reasons this exception is thrown.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.FormDirectorSdk.InvalidFilenameException

See Also

Reference

InvalidFilenameException Members
Accusoft.FormDirectorSdk Namespace
FormSet.CreateNewForm
FormSet.Lock
FormDefinition.Lock
FormSet.Read
FormDefinition.Read
FormSet.Filename
FormDefinition.Filename

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