C# Class Kooboo.Commerce.Rules.Conditions.Parsing.ParserException

Inheritance: System.Exception
Exibir arquivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
ParserException ( string message, IEnumerable errors ) : System

Protected Methods

Method Description
ParserException ( System info, System context ) : System

Method Details

ParserException() protected method

protected ParserException ( System info, System context ) : System
info System
context System
return System

ParserException() public method

public ParserException ( string message, IEnumerable errors ) : System
message string
errors IEnumerable
return System