IApplicationInfoServiceGetDiagnostics(Guid) Method

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.2.0.1000)
Syntax
string GetDiagnostics(
	Guid diagnosticsId
)

Parameters

diagnosticsId  Guid
The ID of the diagnostics.

Return Value

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