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