mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Fix C# pipeline build error (#10524)
This commit is contained in:
parent
4e2a974090
commit
318d31ea12
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new OnnxRuntimeException(ErrorCode.InvalidArgument, "Unable to get information for type: " + elemType.ToString());
|
||||
throw new ArgumentException("Unable to get information for type: " + elemType.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue