OrleansException Class

Definition

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

[System.Serializable]
public class OrleansException : Exception
[System.Serializable]
[Orleans.GenerateSerializer]
public class OrleansException : Exception
[<System.Serializable>]
type OrleansException = class
    inherit Exception
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansException = class
    inherit Exception
Public Class OrleansException
Inherits Exception
Inheritance
OrleansException
Derived
Attributes

Remarks

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

Constructors

OrleansException()

Initializes a new instance of the OrleansException class.

OrleansException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the OrleansException class.

OrleansException(String)

Initializes a new instance of the OrleansException class.

OrleansException(String, Exception)

Initializes a new instance of the OrleansException class.

Applies to