Method Report
Report(string, string)
Reports a diagnostic against the configured sink.
public void Report(string code, string message)
Parameters
codestringThe diagnostic code from DiagnosticCodes.
messagestringThe human-readable message.
Exceptions
- ArgumentNullException
codeormessageis null.