-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
at
| throw new NullReferenceException($"{nameof(keyVaultClient)} is null!"); |
NullReferenceException is thrown. In this case, an ArgumentNullException should be thrown. The parameter name should be set to the paramName pareameter of the ArgumentNullException constructor.
Similarly, at
| throw new NullReferenceException($"Key Vault request {typeof(T).Name} for \"{name}\" returned null!"); |
NullReferenceException is thrown although some other, perhaps a custom application exception, should be thrown.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels