3 references to ArgumentNullException
Microsoft.Extensions.AI.Abstractions (3)
Contents\DataContent.cs (1)
95
Throw.
ArgumentNullException
(nameof(mediaType), $"{nameof(uri)} did not contain a media type, and {nameof(mediaType)} was not provided.");
Functions\AIFunctionFactory.cs (2)
482
Throw.
ArgumentNullException
(nameof(target), "Target must not be null for an instance method.");
845
Throw.
ArgumentNullException
($"arguments.{nameof(AIFunctionArguments.Services)}", $"Services are required for parameter '{parameterName}'.");