1 instantiation of PluginUnexpectedStatusException
NuGet.Credentials (1)
PluginUnexpectedStatusException.cs (1)
65return new PluginUnexpectedStatusException(
7 references to PluginUnexpectedStatusException
NuGet.Credentials (7)
PluginCredentialProvider.cs (2)
130catch (PluginUnexpectedStatusException) when (PassVerbosityFlag(request.Verbosity)) 251throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(Path, status);
PluginUnexpectedStatusException.cs (5)
22/// Initializes a new instance of the <see cref="PluginUnexpectedStatusException"/> class. 27/// Initializes a new instance of the <see cref="PluginUnexpectedStatusException"/> class with a specified error message. 33/// 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. 52/// Creates a new <see cref="PluginUnexpectedStatusException"/> with a formatted message indicating an unexpected status. 56/// <returns>A new instance of <see cref="PluginUnexpectedStatusException"/>.</returns>