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