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