Click or drag to resize

ErrorManager Properties

The ErrorManager type exposes the following members.

Properties
  NameDescription
Public propertyErrorCount
Number of contained errors.
Public propertyErrorLimit
Maximum number of recorded errors. After this limit is reached, successive errors are ignored.
Public propertyErrorMode
Indicates the behavior of the FileHelperEngine when it found an error.
Public propertyErrors
Is an array of ErrorInfo that contains the errors of the last operation in this class.
Public propertyHasErrors
Indicates if contains one or more errors.
Top
See Also