Skip to main content
Version: 0.1.0

Class ParsingErrorDontCareHandler

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

Implements:
RCaron.Parsing.IParsingErrorHandler

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