Class ValueGroupAuthorizationException
- Namespace
- Quilt4Net.Toolkit.Features.ValueGroup
- Assembly
- Quilt4Net.Toolkit.dll
Thrown by GetAsync(CancellationToken) when the server returns 401 or 403. Differs from IRemoteConfigurationService's silent-fallback behaviour by design: a revoked agent must learn it has been revoked rather than continue serving cached secret-bearing data.
public class ValueGroupAuthorizationException : Exception, ISerializable
- Inheritance
-
ValueGroupAuthorizationException
- Implements
- Inherited Members
- Extension Methods
Constructors
ValueGroupAuthorizationException(string)
public ValueGroupAuthorizationException(string message)
Parameters
messagestring
ValueGroupAuthorizationException(string, Exception)
public ValueGroupAuthorizationException(string message, Exception innerException)