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.

[System.Serializable]
public class LimitExceededException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class LimitExceededException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type LimitExceededException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type LimitExceededException = class
    inherit OrleansException
Public Class LimitExceededException
Inherits OrleansException
Public NotInheritable Class LimitExceededException
Inherits 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

LimitExceededException()

Initializes a new instance of the LimitExceededException class.

LimitExceededException(SerializationInfo, StreamingContext)
LimitExceededException(String)

Initializes a new instance of the LimitExceededException class.

LimitExceededException(String, Exception)

Initializes a new instance of the LimitExceededException class.

LimitExceededException(String, Int32, Int32, Object)

Initializes a new instance of the LimitExceededException class.

Applies to