Show / Hide Table of Contents

Class OrleansConfigurationException

Represents a configuration exception.

Inheritance
System.Object
OrleansConfigurationException
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class OrleansConfigurationException : Exception

Constructors

| Improve this Doc View Source

OrleansConfigurationException(SerializationInfo, StreamingContext)

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

OrleansConfigurationException(String)

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

OrleansConfigurationException(String, Exception)

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