IApplicationInfoServiceGetDiagnostics Method (Guid)

Gets a string containing diagnostic information about the application and the system.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
string GetDiagnostics(
	Guid diagnosticsId
)

Parameters

diagnosticsId
Type: SystemGuid
The ID of the diagnostics.

Return Value

Type: String
A string containing diagnostic information about the application and the system.
Exceptions
ExceptionCondition
ArgumentExceptiondiagnosticsId is Empty.
InvalidOperationException Diagnostics metadata is missing or invalid. -or- Diagnostics generation is not yet complete.
NotFoundExceptionDiagnostics is not found or expired.
See Also