CacheFullException Class

Definition

Indicates that the queue message cache is full.

[System.Serializable]
public class CacheFullException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class CacheFullException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type CacheFullException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type CacheFullException = class
    inherit OrleansException
Public Class CacheFullException
Inherits OrleansException
Public NotInheritable Class CacheFullException
Inherits OrleansException
Inheritance
CacheFullException
Attributes

Constructors

CacheFullException()

Initializes a new instance of the CacheFullException class.

CacheFullException(SerializationInfo, StreamingContext)
CacheFullException(String)

Initializes a new instance of the CacheFullException class.

CacheFullException(String, Exception)

Initializes a new instance of the CacheFullException class.

Applies to