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