OrleansException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the OrleansException class. |
OrleansException(String) |
Initializes a new instance of the OrleansException class. |