Search Results for

    Show / Hide Table of Contents

    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation