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
LimitExceededException
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class LimitExceededException : OrleansException
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