1 write to Exception
NuGet.Packaging (1)
Licenses\WithOperator.cs (1)
18
Exception
= exception ?? throw new ArgumentNullException(nameof(exception));
2 references to Exception
NuGet.Packaging (2)
Licenses\NuGetLicenseExpressionExtensions.cs (1)
70
exceptionProcessor?.Invoke(withOperator.
Exception
);
Licenses\WithOperator.cs (1)
33
return $"{License.ToString()} WITH {
Exception
.ToString()}";