Class ParsingErrorStoreHandler
Assembly: RCaron.dll
View Source
Declarationcsharp
public class ParsingErrorStoreHandler : IParsingErrorHandler
Declarationcsharp
public class ParsingErrorStoreHandler : IParsingErrorHandler
Implements:
RCaron.Parsing.IParsingErrorHandler
Properties
Exceptions
View Source
Declarationcsharp
public List<ParsingException> Exceptions { get; }
Declarationcsharp
public List<ParsingException> Exceptions { get; }
Methods
Handle(ParsingException)
View Source
Declarationcsharp
public bool Handle(ParsingException exception)
Declarationcsharp
public bool Handle(ParsingException exception)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
RCaron.Parsing.ParsingException | exception |
AllowsExecution()
View Source
Declarationcsharp
public bool AllowsExecution()
Declarationcsharp
public bool AllowsExecution()
Returns
System.Boolean
Implements
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)