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.
Implements
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 |