dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.29,1.30


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.29,1.30
Date: Thu, 26 Dec 2002 04:26:42 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv12717/include

Modified Files:
        il_engine.h 
Log Message:


Use an alternative strategy for printing information about an exception
if calling "ToString()" fails, to hopefully give a better indication
as to what is happening.


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** il_engine.h 8 Dec 2002 01:10:08 -0000       1.29
--- il_engine.h 26 Dec 2002 09:26:40 -0000      1.30
***************
*** 627,630 ****
--- 627,635 ----
                                          ILObject *object, void *ptr);
  
+ /*
+  * Print the current exception object to standard error.
+  */
+ void ILExecThreadPrintException(ILExecThread *thread);
+ 
  #ifdef        __cplusplus
  };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]