Accusoft.Forms1 - Updated
FieldException Property



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
Public Property FieldException As Exception
Dim instance As FieldResult
Dim value As Exception
 
instance.FieldException = value
 
value = instance.FieldException
public Exception FieldException {get; set;}
public:
property Exception^ FieldException {
   Exception^ get();
   void set (    Exception^ value);
}
See Also

Reference

FieldResult Class
FieldResult Members