C# Class ExpressionEngine.EvaluatorException

Inheritance: System.Exception
Mostra file Open project: gsscoder/exprengine Class Usage Examples

Public Methods

Method Description
EvaluatorException ( ) : System
EvaluatorException ( int columnNumber, string message ) : System
EvaluatorException ( int columnNumber, string message, Exception innerException ) : System
EvaluatorException ( string message ) : System
EvaluatorException ( string message, Exception innerException ) : System

Protected Methods

Method Description
EvaluatorException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EvaluatorException() public method

public EvaluatorException ( ) : System
return System

EvaluatorException() protected method

protected EvaluatorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

EvaluatorException() public method

public EvaluatorException ( int columnNumber, string message ) : System
columnNumber int
message string
return System

EvaluatorException() public method

public EvaluatorException ( int columnNumber, string message, Exception innerException ) : System
columnNumber int
message string
innerException System.Exception
return System

EvaluatorException() public method

public EvaluatorException ( string message ) : System
message string
return System

EvaluatorException() public method

public EvaluatorException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System