throws attribute

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6013 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-07-04 07:26:08 +00:00
commit 86ed8f6fc2

View file

@ -60,6 +60,12 @@ then the %csconstvalue directive must be used as %csconst(0) will have no effect
If it was used, it would generate an illegal runtime initialisation via a PINVOKE call.
</li>
<li>
C# doesn't support the notion of throws clauses.
Therefore there is no 'throws' typemap attribute support for adding exception classes to a throws clause.
Likewise there is no need for an equivalent to <tt>%javaexception</tt>.
</li>
<li>
Typemap equivalent names: