FormSuite v6.0 - Updated
FieldException Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FieldResult Class : FieldException Property
Gets or sets the value of the exception that was thrown when attempting to process the field.
Syntax
'Declaration
 
Public Property FieldException As Exception
'Usage
 
Dim instance As FieldResult
Dim value As Exception
 
instance.FieldException = value
 
value = instance.FieldException
public Exception FieldException {get; set;}
public: __property Exception* get_FieldException();
public: __property void set_FieldException( 
   Exception* value
);
public:
property Exception^ FieldException {
   Exception^ get();
   void set (    Exception^ value);
}
See Also

Reference

FieldResult Class
FieldResult Members

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