Table of Contents

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

position int
message string

ExpressionException(int, string, Exception)

public ExpressionException(int position, string message, Exception cause)

Parameters

position int
message string
cause Exception

ExpressionException(string)

public ExpressionException(string message)

Parameters

message string

ExpressionException(string, Exception)

public ExpressionException(string message, Exception cause)

Parameters

message string
cause Exception

ExpressionException(string, int, string)

public ExpressionException(string expressionString, int position, string message)

Parameters

expressionString string
position int
message string

ExpressionException(string, string)

public ExpressionException(string expressionString, string message)

Parameters

expressionString string
message string

Properties

ExpressionString

public string ExpressionString { get; }

Property Value

string

Message

public override string Message { get; }

Property Value

string

Position

public int Position { get; set; }

Property Value

int

SimpleMessage

public string SimpleMessage { get; }

Property Value

string

Methods

ToDetailedString()

public string ToDetailedString()

Returns

string