Interface IParsingErrorHandler
Assembly: RCaron.dll
View Source
Declarationcsharp
public interface IParsingErrorHandler
Declarationcsharp
public interface IParsingErrorHandler
Methods
Handle(ParsingException)
View Source
Declarationcsharp
bool Handle(ParsingException exception)
Declarationcsharp
bool Handle(ParsingException exception)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
RCaron.Parsing.ParsingException | exception |
AllowsExecution()
View Source
Declarationcsharp
bool AllowsExecution()
Declarationcsharp
bool AllowsExecution()
Returns
System.Boolean
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)