Method ReportFile
ReportFile(string)
Report a file-based data for this annotation.
Declaration
public void ReportFile(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to the file containing the annotation data. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if path is null |