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

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

[Dotgnu-pnet-commits] CVS: pnet/engine custom.c,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine custom.c,1.3,1.4
Date: Mon, 17 Feb 2003 01:36:20 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv11436/engine

Modified Files:
        custom.c 
Log Message:


Throw an InvalidOperationException if the custom marshaller could
not be obtained or used.


Index: custom.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/custom.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** custom.c    17 Feb 2003 06:09:20 -0000      1.3
--- custom.c    17 Feb 2003 06:36:16 -0000      1.4
***************
*** 131,135 ****
  static void ThrowCustomError(ILExecThread *thread)
  {
!       /* TODO */
  }
  
--- 131,138 ----
  static void ThrowCustomError(ILExecThread *thread)
  {
!       if(!ILExecThreadHasException(thread))
!       {
!               ILExecThreadThrowSystem(thread, 
"System.InvalidOperationException", 0);
!       }
  }
  





reply via email to

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