Class OrleansException
An exception class used by the Orleans runtime for reporting errors.
Inheritance
System.Object
OrleansException
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 SourceOrleansException()
Declaration
public OrleansException()
OrleansException(SerializationInfo, StreamingContext)
Declaration
protected OrleansException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |
OrleansException(String)
Declaration
public OrleansException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
OrleansException(String, Exception)
Declaration
public OrleansException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | innerException |