ErrorAction Enumeration

The action to take when content data errors are encountered.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public enum ErrorAction
Members
  Member name Value Description
Ignore 0 Ignore any problems.
ErrorOnLoad 1 Throw an exception at the point the document is loaded.
ErrorOnRender 2 Throw an exception at the point a relevant page is rendered.
See Also