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



Accusoft.FormDirectorSdk Namespace : PathNotFoundException Class
An exception object that the FormSetFile and FormDefinitionFile objects will throw whenever the path given for the file does not exist.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class PathNotFoundException 
   Inherits System.Exception
'Usage
 
Dim instance As PathNotFoundException
[Serializable()]
public sealed class PathNotFoundException : System.Exception 
[Serializable()]
public ref class PathNotFoundException sealed : public System.Exception 
Remarks

A FormSetFile or FormDefinitionFile object will throw this exception whenever you call the Lock or Read method and the path to the specified filename does not exist.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.FormDirectorSdk.PathNotFoundException

See Also

Reference

PathNotFoundException Members
Accusoft.FormDirectorSdk Namespace
FormSet.Lock
FormDefinition.Lock
FormSet.Read
FormDefinition.Read
FormSet.Filename
FormDefinition.Filename

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