| Overload | Description |
|---|---|
| DiagnosticInfo Constructor() | Initializes the object with default values. |
| DiagnosticInfo Constructor(DiagnosticInfo) | Creates a deep copy of the value. |
| DiagnosticInfo Constructor(Int32,Int32,Int32,Int32,String) | Initializes the object with specific values. |
| DiagnosticInfo Constructor(ServiceResult,DiagnosticsMasks,Boolean,StringTable) | Initializes the object with a ServiceResult. |
| DiagnosticInfo Constructor(Exception,DiagnosticsMasks,Boolean,StringTable) | Initializes the object with an exception. |