File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Docs.Threading/Content/UserGuide Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
[switch ]$Debug ,
3
3
[string ]$VisualStudioVersion = " 14.0" ,
4
4
[switch ]$NoDocs ,
5
- [string ]$Verbosity = " normal " ,
5
+ [string ]$Verbosity = " minimal " ,
6
6
[string ]$Logger ,
7
7
[switch ]$InstallSHFB
8
8
)
Original file line number Diff line number Diff line change 191
191
the <languageKeyword >finally</languageKeyword > block itself.
192
192
</para >
193
193
</listItem >
194
+ <listItem >
195
+ <para >
196
+ <codeEntityReference >M:Rackspace.Threading.CoreTaskExtensions.ObserveExceptions``1(``0)</codeEntityReference >:
197
+ This extension method ensures the exception for a faulted task is "observed", i.e. the
198
+ <codeEntityReference >P:System.Threading.Tasks.Task.Exception</codeEntityReference > property
199
+ will be accessed if the task enters the
200
+ <codeEntityReference >F:System.Threading.Tasks.TaskStatus.Faulted</codeEntityReference > state.
201
+ </para >
202
+ </listItem >
194
203
</list >
195
204
</content >
196
205
</section >
You can’t perform that action at this time.
0 commit comments