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