2 instantiations of ProviderException
NuGet.Credentials (2)
CredentialResponse.cs (1)
37
throw new
ProviderException
(Resources.ProviderException_InvalidCredentialResponse);
CredentialService.cs (1)
122
throw new
ProviderException
(Resources.ProviderException_MalformedResponse);
3 references to ProviderException
NuGet.Credentials (3)
ProviderException.cs (3)
19
/// Initializes a new instance of the <see cref="
ProviderException
"/> class.
26
/// Initializes a new instance of the <see cref="
ProviderException
"/> class with an error message.
34
/// Initializes a new instance of the <see cref="
ProviderException
"/> class with an error message and inner exception.