Class ExpressionException
Inheritance
System.Object
ExpressionException
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class ExpressionException : Exception
Constructors
|
Edit this page
View Source
ExpressionException(Int32, String)
Declaration
public ExpressionException(int position, string message)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
System.String |
message |
|
|
Edit this page
View Source
ExpressionException(Int32, String, Exception)
Declaration
public ExpressionException(int position, string message, Exception cause)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
System.String |
message |
|
Exception |
cause |
|
|
Edit this page
View Source
ExpressionException(String)
Declaration
public ExpressionException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
ExpressionException(String, Exception)
Declaration
public ExpressionException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|
|
Edit this page
View Source
ExpressionException(String, Int32, String)
Declaration
public ExpressionException(string expressionString, int position, string message)
Parameters
Type |
Name |
Description |
System.String |
expressionString |
|
System.Int32 |
position |
|
System.String |
message |
|
|
Edit this page
View Source
ExpressionException(String, String)
Declaration
public ExpressionException(string expressionString, string message)
Parameters
Type |
Name |
Description |
System.String |
expressionString |
|
System.String |
message |
|
Properties
|
Edit this page
View Source
ExpressionString
Declaration
public string ExpressionString { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Message
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Position
Declaration
public int Position { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SimpleMessage
Declaration
public string SimpleMessage { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToDetailedString()
Declaration
public string ToDetailedString()
Returns
Type |
Description |
System.String |
|