
'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
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.
System.Object
System.Exception
Accusoft.FormDirectorSdk.PathNotFoundException