Table of Contents

Method Report

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

Report(string, string)

Reports a diagnostic against the configured sink.

public void Report(string code, string message)

Parameters

code string

The diagnostic code from DiagnosticCodes.

message string

The human-readable message.

Exceptions

ArgumentNullException

code or message is null.