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