Edit

Share via


LimitExceededException Class

Definition

Signifies that a grain is in an overloaded state where some runtime limit setting is currently being exceeded, and so that grain is unable to currently accept the message being sent.

C#
[System.Serializable]
public class LimitExceededException : Orleans.Runtime.OrleansException
C#
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class LimitExceededException : Orleans.Runtime.OrleansException
Inheritance
LimitExceededException
Attributes

Remarks

This situation is often a transient condition. The message is likely to be accepted by this grain if it is retransmitted at a later time.

Constructors

Applies to

Product Versions
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0