Show / Hide Table of Contents

Class SiloUnavailableException

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

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

Constructors

| Improve this Doc View Source

SiloUnavailableException()

Declaration
public SiloUnavailableException()
| Improve this Doc View Source

SiloUnavailableException(SerializationInfo, StreamingContext)

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

SiloUnavailableException(String)

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

SiloUnavailableException(String, Exception)

Declaration
public SiloUnavailableException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException

Extension Methods

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