Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Add the enum value for BindingFlags.DoNotWrapExceptions (#4433)
Browse files Browse the repository at this point in the history
This was approved here.

https://github.com/dotnet/corefx/issues/22866

This does not implement the feature, it just adds
the member to the enum so that CoreCLR and CoreRT
will agree on the value.
  • Loading branch information
atsushikan committed Aug 31, 2017
1 parent f2c078a commit ff5baa1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -46,5 +46,6 @@ public enum BindingFlags

// These are a couple of misc attributes used
IgnoreReturn = 0x01000000, // This is used in COM Interop
DoNotWrapExceptions = 0x02000000, // Disables wrapping exceptions in TargetInvocationException
}
}

0 comments on commit ff5baa1

Please sign in to comment.