Search Results for

    Show / Hide Table of Contents

    Class GetValueOutcome.ParseError

    Returned by TryGetValue<T>(String, String, CultureInfo) as well as TryGetValue<T>(String, String, CultureInfo) implementations when a parsing error occurred when reading the configuration. If not null, Exception provides detail on the error.

    Inheritance
    Object
    GetValueOutcome.ParseError
    Implements
    IGetValueOutcome
    Namespace: actionETL.Configuration
    Assembly: actionETL.dll
    Syntax
    public class ParseError : IGetValueOutcome

    Constructors

    ParseError(Exception)

    Initializes a new instance of the GetValueOutcome.ParseError class.

    Declaration
    public ParseError(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    The exception.

    Properties

    Exception

    Gets the exception from the parsing error, or null.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception

    Implements

    IGetValueOutcome
    In This Article
    Back to top Copyright © 2023 Envobi Ltd