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