[This is preliminary documentation and is subject to change.]
Defines error recovery modes for ExifReader
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum ErrorRecoveryModes |
| Visual Basic |
|---|
Public Enumeration ErrorRecoveryModes |
| Visual C++ |
|---|
public enum class ErrorRecoveryModes |
| F# |
|---|
type ErrorRecoveryModes |
| JScript |
|---|
public enum ErrorRecoveryModes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ThrowException | 0 | An exception is thrown for each error and reading is terminated | |
| Recover | 1 | If possible, errors are ignored, exceptions are not thrown and reading continues. | |
| Custom | 2 | The ReadError event is raised. Reading continues (if possible) or terminates depending on event handler | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |