Accusoft.FormDirector3.Net - Updated
FormSetReadException Class
Members 




Accusoft.FormDirectorSdk Namespace : FormSetReadException Class
An exception object that the FormSetFile object may throw in various error situations that arise when reading a form set file.
Object Model
FormSetReadException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class FormSetReadException 
   Inherits System.Exception
'Usage
 
Dim instance As FormSetReadException
[Serializable()]
public class FormSetReadException : System.Exception 
[Serializable()]
public __gc class FormSetReadException : public System.Exception 
[Serializable()]
public ref class FormSetReadException : public System.Exception 
Remarks

A FormSetFile object will throw this exception in the following situations.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.FormDirectorSdk.FormSetReadException

See Also

Reference

FormSetReadException Members
Accusoft.FormDirectorSdk Namespace
FormSetFile.Read