|
329 | 329 | <Docs> |
330 | 330 | <param name="condition">The conditional expression to evaluate. If the condition is <see langword="true" />, the specified messages are not sent and the message box is not displayed.</param> |
331 | 331 | <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</param> |
332 | | - <param name="detailMessageFormat">The composite format string (see Remarks) to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. This message contains text intermixed with zero or more format items, which correspond to objects in the <c>args</c> array.</param> |
| 332 | + <param name="detailMessageFormat">The composite format string to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. This message contains text intermixed with zero or more format items, which correspond to objects in the <c>args</c> array.</param> |
333 | 333 | <param name="args">An object array that contains zero or more objects to format.</param> |
334 | 334 | <summary>Checks for a condition; if the condition is <see langword="false" />, outputs two messages (simple and formatted) and displays a message box that shows the call stack.</summary> |
335 | 335 | <remarks> |
@@ -872,7 +872,7 @@ End of list of errors |
872 | 872 | </Parameter> |
873 | 873 | </Parameters> |
874 | 874 | <Docs> |
875 | | - <param name="format">A composite format string (see Remarks) that contains text intermixed with zero or more format items, which correspond to objects in the <c>args</c> array.</param> |
| 875 | + <param name="format">A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the <c>args</c> array.</param> |
876 | 876 | <param name="args">An object array containing zero or more objects to format.</param> |
877 | 877 | <summary>Writes a formatted string followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary> |
878 | 878 | <remarks> |
@@ -1702,7 +1702,7 @@ Debug.WriteIf(mySwitch.TraceError, "aNumber = " + aNumber + " out of range"); |
1702 | 1702 | </Parameter> |
1703 | 1703 | </Parameters> |
1704 | 1704 | <Docs> |
1705 | | - <param name="format">A composite format string (see Remarks) that contains text intermixed with zero or more format items, which correspond to objects in the <c>args</c> array.</param> |
| 1705 | + <param name="format">A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the <c>args</c> array.</param> |
1706 | 1706 | <param name="args">An object array that contains zero or more objects to format.</param> |
1707 | 1707 | <summary>Writes a formatted message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary> |
1708 | 1708 | <remarks> |
|
0 commit comments