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