Skip to main content
Version: 0.1.0

Class ParsingErrorThrowHandler

Assembly: RCaron.dll
View Source
Declaration
csharp
public class ParsingErrorThrowHandler : IParsingErrorHandler
Declaration
csharp
public class ParsingErrorThrowHandler : 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