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