Represents an entry in a diagnostic report. More...
Public Member Functions | |
Entry (Owner source, Severity severity, Reason reason, Object details, String location) | |
Constructs a diagnostic entry from components. More... | |
override String | ToString () |
Creates and returns a string representation of an entry in a diagnostic report. More... | |
Properties | |
Owner | Source [get, set] |
Identifies the NAS/C# runtime component that reported a defect. More... | |
Severity | SeverityLevel [get] |
Specifies the severity level of a defect. More... | |
Reason | Cause [get] |
Specifies the reason why the entry was created. More... | |
object | Details [get] |
Provides more details about a defect. This parameter is optional; it can be null. More... | |
string | Location [get, set] |
Identifies the NAS message component in which a defect was detected. More... | |
Represents an entry in a diagnostic report.
|
inline |
Constructs a diagnostic entry from components.
source | The NAS/C# runtime component that reported the defect. |
severity | The severity of the defect. |
reason | Specifies the reason why the entry was created. |
details | Provides more details about the defect. This parameter is optional; it can be null. |
location | Identifies the NAS message component in which the defect was detected. |
|
inline |
Creates and returns a string representation of an entry in a diagnostic report.
|
get |
Specifies the reason why the entry was created.
|
get |
Provides more details about a defect. This parameter is optional; it can be null.
|
getset |
Identifies the NAS message component in which a defect was detected.
|
get |
Specifies the severity level of a defect.
|
getset |
Identifies the NAS/C# runtime component that reported a defect.