ErrorManager Class |
Namespace: FileHelpers
The ErrorManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | ErrorManager |
Initializes a new instance of the ErrorManager class.
|
![]() | ErrorManager(ErrorMode) |
Initializes a new instance of the ErrorManager class.
with the specified ErrorMode.
|
Name | Description | |
---|---|---|
![]() | ErrorCount | Number of contained errors. |
![]() | ErrorLimit | Maximum number of recorded errors. After this limit is reached, successive errors are ignored. |
![]() | ErrorMode |
Indicates the behavior of the FileHelperEngine
when it found an error.
|
![]() | Errors |
Is an array of ErrorInfo that contains the
errors of the last operation in this class.
|
![]() | HasErrors | Indicates if contains one or more errors. |
Name | Description | |
---|---|---|
![]() | ClearErrors | Clears the error collection. |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() | LoadErrors | Load errors from a file. |
![]() | SaveErrors(String) | Saves the contained errors to the specified file. |
![]() | SaveErrors(String, String) | Saves the contained errors to the specified file. |