Fixing PAL_TRY use in BOTR (dotnet/coreclr#7658)
authorMatthew Parkinson <mjp41@users.noreply.github.com>
Mon, 17 Oct 2016 22:56:50 +0000 (23:56 +0100)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 17 Oct 2016 22:56:50 +0000 (00:56 +0200)
commit8e7b42337c4196dddeb5534e687ee83a03ada03a
tree215bb00311875c783aa32abcaf287037726b8651
parent68b2696cb07a314d727b7cab375a72515b5f0e70
Fixing PAL_TRY use in BOTR (dotnet/coreclr#7658)

In the Exceptions Section it gives an example use of `PAL_TRY`,
but the parameters to the `PAL_TRY` need to be passed as an argument,
and cannot be implicit.  This commit brings the change inline with
the programming model.

Commit migrated from https://github.com/dotnet/coreclr/commit/0e085b70a10638aab4b7b1341da99b7698e1c131
docs/coreclr/botr/exceptions.md