Show / Hide Table of Contents

Class OrleansException

An exception class used by the Orleans runtime for reporting errors.

Inheritance
System.Object
OrleansException
ClientNotAvailableException
DeadlockException
GatewayTooBusyException
GrainExtensionNotInstalledException
GrainReferenceNotBoundException
LimitExceededException
OrleansLifecycleCanceledException
OrleansMessageRejectionException
ReminderException
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class OrleansException : Exception
Remarks

This is also the base class for any more specific exceptions raised by the Orleans runtime.

Constructors

| Improve this Doc View Source

OrleansException()

Declaration
public OrleansException()
| Improve this Doc View Source

OrleansException(SerializationInfo, StreamingContext)

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

OrleansException(String)

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

OrleansException(String, Exception)

Declaration
public OrleansException(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