Skip to content

Commit 36a0527

Browse files
authored
Update compiler-error-c2715.md
1 parent c42ae09 commit 36a0527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c2715.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Value types are not valid arguments when using exception handling in managed cod
1515

1616
## Example
1717

18-
The following example generates C2715:
18+
The following example generates C2715 and shows how to fix it:
1919

2020
```cpp
2121
// C2715a.cpp

0 commit comments

Comments
 (0)