1 instantiation of PluginUnexpectedStatusException
NuGet.Credentials (1)
PluginUnexpectedStatusException.cs (1)
62return new PluginUnexpectedStatusException(
7 references to PluginUnexpectedStatusException
NuGet.Credentials (7)
PluginCredentialProvider.cs (2)
126catch (PluginUnexpectedStatusException) when (PassVerbosityFlag(request)) 245throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(Path, status);
PluginUnexpectedStatusException.cs (5)
24/// Initializes a new instance of the <see cref="PluginUnexpectedStatusException"/> class. 29/// Initializes a new instance of the <see cref="PluginUnexpectedStatusException"/> class with a specified error message. 35/// Initializes a new instance of the <see cref="PluginUnexpectedStatusException"/> class with a specified error message and a reference to the inner exception that is the cause of this exception. 54/// Creates a new <see cref="PluginUnexpectedStatusException"/> with a formatted message indicating an unexpected status. 58/// <returns>A new instance of <see cref="PluginUnexpectedStatusException"/>.</returns>