Enum ErrorToleranceLevel
Defines the level of tolerance for errors and warnings appearing during the matadata import process.
Namespace: Nevatech.Vsb.Repository.Description
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ErrorToleranceLevel
Fields
Name | Description |
---|---|
IgnoreErrors | Indicates that metadata import errors and warnings should NOT be treated as critical, no exceptions should be raised, and import process should continue. |
IgnoreNone | Indicates that metadata import errors and warnings should be treated as critical and, as such, raise InvalidOperationException exception. |
IgnoreWarnings | Indicates that metadata import warnings (not errors) should NOT be treated as critical, no exceptions should be raised, and import process should continue. |