Table of Contents

Constructor ReportExpressionException

Namespace
DocWright.Reporting.Expressions
Assembly
DocWright.Reporting.dll

ReportExpressionException()

Initializes an exception with no details.

public ReportExpressionException()

ReportExpressionException(string)

Initializes an exception with a message.

public ReportExpressionException(string message)

Parameters

message string

The message.

ReportExpressionException(string, Exception?)

Initializes an exception with a message and an inner exception.

public ReportExpressionException(string message, Exception? innerException)

Parameters

message string

The message.

innerException Exception

The cause.

ReportExpressionException(string, string?, string?, int)

Initializes an exception with every detail.

public ReportExpressionException(string message, string? diagnosticCode, string? expression, int position)

Parameters

message string

The message.

diagnosticCode string

The DXP91xx code.

expression string

The expression text, including its leading '='.

position int

The zero-based offset into expression, or -1.