Enum ValidationMode

ValidationMode enumeration

Defines validation modes for reading files.

public enum ValidationMode

Values

NameValueDescription
Skip0Skips validation completely.
TryFix1In some specific cases, the file can be fixed, at which point the errors successfully fixed will be reported as warnings.
Strict2Full validation, any error throws an exception.

See Also