Table of Contents

Constructor ReportProcessingException

Namespace
DocWright.Reporting.Processing
Assembly
DocWright.Reporting.dll

ReportProcessingException()

Initializes an exception with no details.

public ReportProcessingException()

ReportProcessingException(string)

Initializes an exception with a message.

public ReportProcessingException(string message)

Parameters

message string

The message.

ReportProcessingException(string, Exception?)

Initializes an exception with a message and an inner exception.

public ReportProcessingException(string message, Exception? innerException)

Parameters

message string

The message.

innerException Exception

The cause.

ReportProcessingException(string, string?)

Initializes an exception with a message and a diagnostic code.

public ReportProcessingException(string message, string? diagnosticCode)

Parameters

message string

The message.

diagnosticCode string

The diagnostic code, such as DXP9203.