Accusoft.FormDirector3.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.
Object Model
PathNotFoundException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class PathNotFoundException 
   Inherits System.Exception
'Usage
 
Dim instance As PathNotFoundException
[Serializable()]
public sealed class PathNotFoundException : System.Exception 
[Serializable()]
public __gc __sealed class PathNotFoundException : public 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