API Reference
Class
OfficeDocumentDiagnostic
Diagnostic emitted by a document read adapter.
Inheritance
- Object
- OfficeDocumentDiagnostic
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OfficeDocumentReadResult.Diagnostics
Constructors
public OfficeDocumentDiagnostic() #Inherited Methods
Properties
public OfficeDocumentDiagnosticSeverity Severity { get; set; } #Diagnostic severity.
public String Code { get; set; } #Stable diagnostic code.
public String Message { get; set; } #Human-readable diagnostic message.
public ReaderLocation Location { get; set; } #Optional source location for the diagnostic.