DiagnosticBase Class

Summary

base class for Diagnostic messages
DiagnosticBase
Object

Syntax

public abstract class DiagnosticBase : IDiagnostic

Methods

Name Value Summary
Problem() string
returns the potential problem that triggered the message
Reason() Object
returns the reason for the message
Solution() string
suggests a possible solution for the possible problem
ToString() string