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
messagestringThe message.
ReportProcessingException(string, Exception?)
Initializes an exception with a message and an inner exception.
public ReportProcessingException(string message, Exception? innerException)
Parameters
ReportProcessingException(string, string?)
Initializes an exception with a message and a diagnostic code.
public ReportProcessingException(string message, string? diagnosticCode)