SiloUnavailableException Class

Definition

Signifies that an request was canceled due to target silo unavailability.

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

Constructors

SiloUnavailableException()

Initializes a new instance of the SiloUnavailableException class.

SiloUnavailableException(SerializationInfo, StreamingContext)
SiloUnavailableException(String)

Initializes a new instance of the SiloUnavailableException class.

SiloUnavailableException(String, Exception)

Initializes a new instance of the SiloUnavailableException class.

Applies to