OrleansTransactionException 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.
Base class for all transaction exceptions
[System.Serializable]
public class OrleansTransactionException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public class OrleansTransactionException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type OrleansTransactionException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansTransactionException = class
inherit OrleansException
Public Class OrleansTransactionException
Inherits OrleansException
- Inheritance
- Derived
- Attributes
Constructors
OrleansTransactionException() | |
OrleansTransactionException(SerializationInfo, StreamingContext) | |
OrleansTransactionException(String, Exception) | |
OrleansTransactionException(String) |