Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Harvey <dharvey@microsoft.com>2017-07-14 21:05:04 +0300
committerDaniel Harvey <dharvey@microsoft.com>2017-07-14 21:05:04 +0300
commitaad567bc7b3965f4d10e7d5129fce833e5461c24 (patch)
treee90005fa5fb845938e81b83163945433153e68d2 /src/Native/Runtime/ICodeManager.h
parent4eff7d02c1b2f49afeba46127a2a6f086ed6748f (diff)
Makes exception dispatch call into AppContext to enable FirstChanceException. We're supposed to pass in an AppDomain as sender, but completing that will require a CoreFX change to pass in an AppDomain we can use.
[tfs-changeset: 1666024]
Diffstat (limited to 'src/Native/Runtime/ICodeManager.h')
-rw-r--r--src/Native/Runtime/ICodeManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/ICodeManager.h b/src/Native/Runtime/ICodeManager.h
index 016b8fd40..7cbfc1838 100644
--- a/src/Native/Runtime/ICodeManager.h
+++ b/src/Native/Runtime/ICodeManager.h
@@ -77,6 +77,7 @@ enum class ClasslibFunctionId
AppendExceptionStackFrame = 3,
CheckStaticClassConstruction = 4,
GetSystemArrayEEType = 5,
+ OnFirstChanceException = 6,
};
class ICodeManager