Class ExpressionException
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Expression.dll
public class ExpressionException : Exception, ISerializable
- Inheritance
-
ExpressionException
- Implements
- Derived
- Inherited Members
Constructors
ExpressionException(int, string)
public ExpressionException(int position, string message)
Parameters
ExpressionException(int, string, Exception)
public ExpressionException(int position, string message, Exception cause)
Parameters
ExpressionException(string)
public ExpressionException(string message)
Parameters
message
string
ExpressionException(string, Exception)
public ExpressionException(string message, Exception cause)
Parameters
ExpressionException(string, int, string)
public ExpressionException(string expressionString, int position, string message)
Parameters
ExpressionException(string, string)
public ExpressionException(string expressionString, string message)
Parameters
Properties
ExpressionString
public string ExpressionString { get; }
Property Value
Message
public override string Message { get; }
Property Value
Position
public int Position { get; set; }
Property Value
SimpleMessage
public string SimpleMessage { get; }
Property Value
Methods
ToDetailedString()
public string ToDetailedString()