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