Skip to main content
Version: 0.1.0

Class ParsingErrorStoreHandler

Assembly: RCaron.dll
View Source
Declaration
csharp
public class ParsingErrorStoreHandler : IParsingErrorHandler
Declaration
csharp
public class ParsingErrorStoreHandler : IParsingErrorHandler

Implements:
RCaron.Parsing.IParsingErrorHandler

Properties

Exceptions

View Source
Declaration
csharp
public List<ParsingException> Exceptions { get; }
Declaration
csharp
public List<ParsingException> Exceptions { get; }

Methods

Handle(ParsingException)

View Source
Declaration
csharp
public bool Handle(ParsingException exception)
Declaration
csharp
public bool Handle(ParsingException exception)
Returns

System.Boolean

Parameters
TypeName
RCaron.Parsing.ParsingExceptionexception

AllowsExecution()

View Source
Declaration
csharp
public bool AllowsExecution()
Declaration
csharp
public bool AllowsExecution()
Returns

System.Boolean

Implements

Extension Methods