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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>2003-05-22 20:11:51 +0400
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>2003-05-22 20:11:51 +0400
commit99ea65fc97c2448df1067b12854e1be59783bb00 (patch)
tree92add53e7e25d4c96571e37830c6480f9b82ae8a /docs
parent9bc145b02b326b5aae985d4480966b5ee392f69c (diff)
*** empty log message ***
svn path=/trunk/mono/; revision=14804
Diffstat (limited to 'docs')
-rw-r--r--docs/exceptions5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/exceptions b/docs/exceptions
index ab76c0f97af..881b207de1f 100644
--- a/docs/exceptions
+++ b/docs/exceptions
@@ -65,9 +65,8 @@ to use a "call" instruction to execute such finally handlers. This makes it
also possible to execute them inside the stack unwinding code. The exception
object for filters is passed in a local variable (cfg->exvar).
-throw: we first save all regs into a sigcontext struct (we pass the
-exception object in register ECX), and then call the stack unwinding
-code.
+throw: we first save all regs into a sigcontext struct and then call the stack
+unwinding code.
catch handler: catch hanlders are always called from the stack unwinding
code. The exception object is passed in a local variable (cfg->exvar).