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 : OrleansExceptionRemarks
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
LimitExceededExceptionInitializes a new instance of theLimitExceededExceptionclass.LimitExceededException(string, int, int, object)Initializes a new instance of theLimitExceededExceptionclass.LimitExceededException(string)Initializes a new instance of theLimitExceededExceptionclass.LimitExceededException(string, Exception)Initializes a new instance of theLimitExceededExceptionclass.
