We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836e514 commit 9be31abCopy full SHA for 9be31ab
+stdlib/+dotnet/private/dotnetException.m
@@ -7,7 +7,7 @@ function dotnetException(e)
7
% pass
8
case {'MATLAB:undefinedVarOrClass', 'MATLAB:NET:NETInterfaceUnsupported'}
9
% .NET not enabled
10
- case {'MATLAB:NET:INVALIDMEMBER', 'MATLAB:subscripting:classHasNoPropertyOrMethod'}
+ case {'MATLAB:NET:INVALIDMEMBER', 'MATLAB:subscripting:classHasNoPropertyOrMethod', 'MATLAB:NET:CLRException:MethodInvoke'}
11
% .NET too old or not supported on this platform
12
otherwise
13
rethrow(e)
@@ -21,4 +21,4 @@ function dotnetException(e)
21
end
22
23
24
-end
+end
0 commit comments