3 references to PluginException
NuGet.Credentials (3)
PluginException.cs (1)
41return new PluginException(
PluginUnexpectedStatusException.cs (1)
39public PluginUnexpectedStatusException(string message, Exception inner) : base(message, inner) { }
SecurePluginCredentialProvider.cs (1)
113throw new PluginException(creationResult.Message, creationResult.Exception); // Throwing here will block authentication and ensure that the complete operation fails.