C# exception %exception example fix

From Cindy Gan
[skip ci]
This commit is contained in:
William S Fulton 2014-08-15 19:01:13 +01:00
commit 54218bfe3f

View file

@ -1075,6 +1075,7 @@ try {
$action
} catch (std::out_of_range e) {
SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, e.what());
return $null;
}
%}