Class EvaluationException
Inheritance
System.Object
EvaluationException
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class EvaluationException : ExpressionException
Constructors
|
Edit this page
View Source
EvaluationException(Int32, String)
Declaration
public EvaluationException(int position, string message)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
System.String |
message |
|
|
Edit this page
View Source
EvaluationException(Int32, String, Exception)
Declaration
public EvaluationException(int position, string message, Exception cause)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
System.String |
message |
|
Exception |
cause |
|
|
Edit this page
View Source
EvaluationException(String)
Declaration
public EvaluationException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
EvaluationException(String, Exception)
Declaration
public EvaluationException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|
|
Edit this page
View Source
EvaluationException(String, String)
Declaration
public EvaluationException(string expressionstring, string message)
Parameters
Type |
Name |
Description |
System.String |
expressionstring |
|
System.String |
message |
|