ISecretProviderThrowOnFailure Property
            If true, exceptions thrown during the normal course of operations
            will be re-thrown
            
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
bool ThrowOnFailure { get; set; }
Property Value
Boolean By default, the 
ISecretProvider implementations should log
            exceptions and return empty values. Setting this to 
true causes exceptions to
            be thrown immediately, even for things like the secret not being found.