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:
parent
313d71e191
commit
86ed8f6fc2
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue