C# Class Jade.Exceptions.ExpressionException

Inheritance: System.Exception
Datei anzeigen Open project: rnrn/Jade4Net

Public Methods

Method Description
ExpressionException ( String message ) : System
ExpressionException ( String expression, Exception e ) : System

Method Details

ExpressionException() public method

public ExpressionException ( String message ) : System
message String
return System

ExpressionException() public method

public ExpressionException ( String expression, Exception e ) : System
expression String
e System.Exception
return System