You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internalstaticArgumentExceptionPolicyKeyMustBeImmutableException=>new("PolicyKey cannot be changed once set; or (when using the default value after the PolicyKey property has been accessed.","policyKey");
15
+
internalstaticArgumentExceptionPolicyKeyMustBeImmutableException(stringpolicyKeyParamName)=>new("PolicyKey cannot be changed once set; or (when using the default value after the PolicyKey property has been accessed.",policyKeyParamName);
16
+
17
+
/// <summary>
18
+
/// Restores the supplied keys to the execution <see cref="Context"/>.
0 commit comments