7 references to LimitExceededException
System.IdentityModel (7)
System\IdentityModel\BoundedCache.cs (2)
117
/// <exception cref="
LimitExceededException
">If the Capacity of the cache has been reached.</exception>
244
/// <exception cref="
LimitExceededException
">Thrown if an attempt is made to add an item when the current
System\IdentityModel\LimitExceededException.cs (4)
19
/// Initializes a new instance of <see cref="
LimitExceededException
"/>.
27
/// Initializes a new instance of <see cref="
LimitExceededException
"/>.
36
/// Initializes a new instance of <see cref="
LimitExceededException
"/>.
46
/// Initializes a new instance of <see cref="
LimitExceededException
"/>.
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (1)
105
/// <exception cref="System.IdentityModel.
LimitExceededException
">Thrown if an attempt is made to add a SecurityToken if cache is at capacity.</exception>