You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/language-reference/attributes/caller-information.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ You would invoke it as shown in the following example:
54
54
55
55
The expression used for `condition` is injected by the compiler into the `message` argument. When a developer calls `Operation` with a `null` argument, the following message is stored in the `ArgumentException`:
56
56
57
-
```dotnetcli
57
+
```text
58
58
Argument failed validation: <func is not null>
59
59
```
60
60
@@ -68,7 +68,7 @@ The previous example uses the [`nameof`](../operators/nameof.md) operator for th
68
68
69
69
The preceding example would throw an <xref:System.ArgumentException> whose message is the following text:
70
70
71
-
```dotnetcli
71
+
```text
72
72
Expression doesn't have enough elements: Enumerable.Range(0, 10) (Parameter 'sequence')
0 commit comments