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