correction
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7104 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
828aabe49d
commit
9e27be1bff
1 changed files with 5 additions and 4 deletions
|
|
@ -82,10 +82,11 @@ Version 1.3.25 (In progress)
|
|||
be minimal impact on execution speed during normal behaviour. Full details will be
|
||||
documented in CSharp.html.
|
||||
|
||||
The SWIG_CSharpThrowException() function has been removed and replaced with
|
||||
SWIG_CSharpSetPendingExceptionArgument(). The name has been deliberately changed
|
||||
to break old code as the old approach was somewhat flawed. Any user defined
|
||||
exceptions that follow the same pattern as the old approach should also be fixed.
|
||||
The SWIG_CSharpThrowException() function has been removed and replaced with the
|
||||
SWIG_CSharpSetPendingExceptionArgument() and SWIG_CSharpSetPendingException()
|
||||
functions. The original name has been deliberately changed to break old code as
|
||||
the old approach was somewhat flawed. Any user defined exceptions that follow the
|
||||
same pattern as the old approach should also be fixed.
|
||||
|
||||
Numerous new .NET framework exceptions are now available for easy throwing from
|
||||
unmanaged code. The complete list is:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue