Skip to content

LimitExceededException

class

Namespace: Orleans.Runtime

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.
[Orleans.GenerateSerializer]
public sealed class LimitExceededException : OrleansException

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