Accusoft.FormDirector3.Net - Updated
FileNotLockedException Class
Members 




Accusoft.FormDirectorSdk Namespace : FileNotLockedException Class
An exception object that this component will throw whenever an attempt is made to write to or unlock a form set file or form definition file that has not been opened (locked).
Object Model
FileNotLockedException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class FileNotLockedException 
   Inherits System.Exception
'Usage
 
Dim instance As FileNotLockedException
[Serializable()]
public sealed class FileNotLockedException : System.Exception 
[Serializable()]
public __gc __sealed class FileNotLockedException : public System.Exception 
[Serializable()]
public ref class FileNotLockedException sealed : public System.Exception 
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.FormDirectorSdk.FileNotLockedException

See Also

Reference

FileNotLockedException Members
Accusoft.FormDirectorSdk Namespace
FormSet.Lock
FormDefinition.Lock
FormSet.Write
FormDefinition.Write