Skip to content

Commit 753fdba

Browse files
committed
v4.0 dotnet fixes
1 parent 3552562 commit 753fdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding/dotnet/Rhino/Rhino.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ public static string[] GetAvailableDevices()
480480
out numDevices);
481481
if (status != RhinoStatus.SUCCESS)
482482
{
483-
throw PvStatusToException(
483+
throw RhinoStatusToException(
484484
status,
485485
"Get available devices failed",
486486
GetMessageStack());

0 commit comments

Comments
 (0)