Show / Hide Table of Contents

Class LimitExceededException

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

Inheritance
System.Object
OrleansException
LimitExceededException
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class LimitExceededException : OrleansException
Remarks

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

Constructors

| Improve this Doc View Source

LimitExceededException()

Declaration
public LimitExceededException()
| Improve this Doc View Source

LimitExceededException(SerializationInfo, StreamingContext)

Declaration
protected LimitExceededException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

LimitExceededException(String)

Declaration
public LimitExceededException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

LimitExceededException(String, Exception)

Declaration
public LimitExceededException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
| Improve this Doc View Source

LimitExceededException(String, Int32, Int32, Object)

Declaration
public LimitExceededException(string limitName, int current, int threshold, object extraInfo)
Parameters
Type Name Description
System.String limitName
System.Int32 current
System.Int32 threshold
System.Object extraInfo

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX