1 write to Exception
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
104Exception = exception;
3 references to Exception
NuGet.Credentials (3)
SecurePluginCredentialProvider.cs (3)
108if (creationResult.Exception != null) 110_logger.LogDebug(creationResult.Exception.ToString()); 113throw new PluginException(creationResult.Message, creationResult.Exception); // Throwing here will block authentication and ensure that the complete operation fails.