1 write to Message
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
85Message = message;
5 references to Message
NuGet.Credentials (3)
SecurePluginCredentialProvider.cs (3)
102if (!string.IsNullOrEmpty(creationResult.Message)) 106_logger.LogError(creationResult.Message); 113throw new PluginException(creationResult.Message, creationResult.Exception); // Throwing here will block authentication and ensure that the complete operation fails.
NuGet.Protocol (2)
Resources\PluginResource.cs (2)
73if (!string.IsNullOrEmpty(result.Message)) 75throw new PluginException(result.Message);